Color spaces of #ac131f
RGB | 172 | 19 | 31 |
---|---|---|---|
HSL | 0.99 | 0.80 | 0.37 |
HSV | 355° | 89° | 67° |
CMYK | 0.00 | 0.89 | 0.82 0.33 |
XYZ | 17.4935 | 9.3353 | 2.1762 |
Yxy | 9.3353 | 0.6031 | 0.3219 |
Hunter Lab | 30.5537 | 48.7310 | 17.1647 |
CIE-Lab | 36.6220 | 57.5940 | 36.4514 |
#ac131f color RGB value is (172,19,31).
#ac131f hex color red value is 172, green value is 19 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ac131f hue: 0.99 , saturation: 0.80 and the lightness value of ac131f is 0.37.
The process color (four color CMYK) of #ac131f color hex is 0.00, 0.89, 0.82, 0.33. Web safe color of #ac131f is #990033. Color #ac131f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 00010011 | 00011111 |
Octal | 254 | 23 | 37 |
Decimal | 172 | 19 | 31 |
Hex | AC | 13 | 1F |
Shades of #ac131f
Tints of #ac131f
RGB Percentages of Color #ac131f
CMYK Percentages of Color #ac131f
Complementary Color
#ac131f | #13aca0 |
#ac131f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac131f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac131f Color CSS Codes
.mybgcolor {background-color:#ac131f; } .myforecolor {color:#ac131f; } .mybordercolor {border:3px solid #ac131f; }
#ac131f Text Font Color
<p style="color:#ac131f">Text here</p>
This sample text font color is #ac131f
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.
#ac131f Background Color
<div style="background-color:#ac131f">
Div content here</div>
This div background color is #ac131f
#ac131f Border Color
<div style="border:3px solid #ac131f">
Div here</div>
This div border color is #ac131f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,19,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac131f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac131f; -webkit-box-shadow: 1px 1px 3px 2px #ac131f; box-shadow: 1px 1px 3px 2px #ac131f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,19,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac131f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac131f; -webkit-box-shadow: 1px 1px 3px 2px #ac131f; box-shadow: 1px 1px 3px 2px #ac131f;">
Div content here</div>
This div box has shadow with color #ac131f
Comments
No comments written yet.
Please login to write comment.