Color spaces of #aa112c
RGB | 170 | 17 | 44 |
---|---|---|---|
HSL | 0.97 | 0.82 | 0.37 |
HSV | 349° | 90° | 67° |
CMYK | 0.00 | 0.90 | 0.74 0.33 |
XYZ | 17.2326 | 9.1288 | 3.2366 |
Yxy | 9.1288 | 0.5822 | 0.3084 |
Hunter Lab | 30.2139 | 48.9337 | 14.7984 |
CIE-Lab | 36.2311 | 57.8579 | 28.0991 |
#aa112c color RGB value is (170,17,44).
#aa112c hex color red value is 170, green value is 17 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #aa112c hue: 0.97 , saturation: 0.82 and the lightness value of aa112c is 0.37.
The process color (four color CMYK) of #aa112c color hex is 0.00, 0.90, 0.74, 0.33. Web safe color of #aa112c is #990033. Color #aa112c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 00010001 | 00101100 |
Octal | 252 | 21 | 54 |
Decimal | 170 | 17 | 44 |
Hex | AA | 11 | 2C |
Shades of #aa112c
Tints of #aa112c
RGB Percentages of Color #aa112c
CMYK Percentages of Color #aa112c
Complementary Color
#aa112c | #11aa8f |
#aa112c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa112c Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa112c Color CSS Codes
.mybgcolor {background-color:#aa112c; } .myforecolor {color:#aa112c; } .mybordercolor {border:3px solid #aa112c; }
#aa112c Text Font Color
<p style="color:#aa112c">Text here</p>
This sample text font color is #aa112c
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.
#aa112c Background Color
<div style="background-color:#aa112c">
Div content here</div>
This div background color is #aa112c
#aa112c Border Color
<div style="border:3px solid #aa112c">
Div here</div>
This div border color is #aa112c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,17,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa112c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa112c; -webkit-box-shadow: 1px 1px 3px 2px #aa112c; box-shadow: 1px 1px 3px 2px #aa112c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,17,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 #aa112c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa112c; -webkit-box-shadow: 1px 1px 3px 2px #aa112c; box-shadow: 1px 1px 3px 2px #aa112c;">
Div content here</div>
This div box has shadow with color #aa112c
Comments
No comments written yet.
Please login to write comment.