Color spaces of #ae102c
RGB | 174 | 16 | 44 |
---|---|---|---|
HSL | 0.97 | 0.83 | 0.37 |
HSV | 349° | 91° | 68° |
CMYK | 0.00 | 0.91 | 0.75 0.32 |
XYZ | 18.0955 | 9.5511 | 3.2727 |
Yxy | 9.5511 | 0.5852 | 0.3089 |
Hunter Lab | 30.9049 | 50.4323 | 15.3548 |
CIE-Lab | 37.0244 | 59.0853 | 29.2374 |
#ae102c color RGB value is (174,16,44).
#ae102c hex color red value is 174, green value is 16 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ae102c hue: 0.97 , saturation: 0.83 and the lightness value of ae102c is 0.37.
The process color (four color CMYK) of #ae102c color hex is 0.00, 0.91, 0.75, 0.32. Web safe color of #ae102c is #990033. Color #ae102c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 00010000 | 00101100 |
Octal | 256 | 20 | 54 |
Decimal | 174 | 16 | 44 |
Hex | AE | 10 | 2C |
Shades of #ae102c
Tints of #ae102c
RGB Percentages of Color #ae102c
CMYK Percentages of Color #ae102c
Complementary Color
#ae102c | #10ae92 |
#ae102c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae102c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae102c Color CSS Codes
.mybgcolor {background-color:#ae102c; } .myforecolor {color:#ae102c; } .mybordercolor {border:3px solid #ae102c; }
#ae102c Text Font Color
<p style="color:#ae102c">Text here</p>
This sample text font color is #ae102c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ae102c Background Color
<div style="background-color:#ae102c">
Div content here</div>
This div background color is #ae102c
#ae102c Border Color
<div style="border:3px solid #ae102c">
Div here</div>
This div border color is #ae102c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,16,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae102c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae102c; -webkit-box-shadow: 1px 1px 3px 2px #ae102c; box-shadow: 1px 1px 3px 2px #ae102c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,16,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae102c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae102c; -webkit-box-shadow: 1px 1px 3px 2px #ae102c; box-shadow: 1px 1px 3px 2px #ae102c;">
Div content here</div>
This div box has shadow with color #ae102c
Comments
No comments written yet.
Please login to write comment.