Shades of Carmine #AC0312
Tints of Carmine #AC0312
RGB
CMYK
RGB Variations
Color information
#AC0312 (or 0xAC0312) is known color: Carmine. HEX triplet: AC, 03 and 12. RGB value is (172,3,18). Sum of RGB (Red+Green+Blue) = 172+3+18=193 (25% of max value = 765). Red value is 172 (67.58% from 255 or 89.12% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0312 is #53FCED. Grayscale: #373737. Windows color (decimal): -5504238 or 1180588. OLE color: 1180588.
HSL color Cylindrical-coordinate representation of color #AC0312: hue angle of 354.67º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0312 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 18 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.33 |
| HSL | 354.67º | 0.97% | 0.34% | - |
| HSV(B) | 354.67º | 0.98% | 0.67% | - |
| XYZ | 17.16 | 8.88 | 1.38 | - |
| YUV | 55.24 | 106.99 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 18 | 0 | 0.98 | 0.90 | 0.33 | 354.67 | 0.97 | 0.34 |
| Hex | AC | 3 | 12 | 0 | 62 | 5A | 21 | 163 | 61 | 22 |
| Octal | 254 | 3 | 22 | 0 | 142 | 132 | 41 | 543 | 141 | 42 |
| Binary | 10101100 | 11 | 10010 | 0 | 1100010 | 1011010 | 100001 | 101100011 | 1100001 | 100010 |
Color Harmonies of #AC0312
Complementary color
Monochromatic Colors of #AC0312
Black with #AC0312
Text Example
Text Example
White with #AC0312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0312; }
p { color: rgb(172,3,18); }
H1.HeaderClassName
{
color: #AC0312;
}
.AnyTagClassName
{
color: #AC0312;
}
</style>
background-color css
<style>
a { background-color: #AC0312; }
a { background-color: rgb(172,3,18); }
div.DivClassName
{
background-color: #AC0312;
}
.BgClassName
{
background-color: #AC0312;
}
</style>
border-color css
<style>
span { border-color: #AC0312; }
span { border-color: rgb(172,3,18); }
td.TdClassName
{
border-color: #AC0312;
}
.TagClassName
{
border-color: #AC0312;
}
</style>