Shades of Carmine #AC0E13
Tints of Carmine #AC0E13
RGB
CMYK
RGB Variations
Color information
#AC0E13 (or 0xAC0E13) is known color: Carmine. HEX triplet: AC, 0E and 13. RGB value is (172,14,19). Sum of RGB (Red+Green+Blue) = 172+14+19=205 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.90% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0E13 is #53F1EC. Grayscale: #3D3D3D. Windows color (decimal): -5501421 or 1248940. OLE color: 1248940.
HSL color Cylindrical-coordinate representation of color #AC0E13: hue angle of 358.1º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0E13 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 14 | 19 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.33 |
| HSL | 358.1º | 0.85% | 0.36% | - |
| HSV(B) | 358.1º | 0.92% | 0.67% | - |
| XYZ | 17.29 | 9.13 | 1.47 | - |
| YUV | 61.81 | 103.85 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 19 | 0 | 0.92 | 0.89 | 0.33 | 358.1 | 0.85 | 0.36 |
| Hex | AC | E | 13 | 0 | 5C | 59 | 21 | 166 | 55 | 24 |
| Octal | 254 | 16 | 23 | 0 | 134 | 131 | 41 | 546 | 125 | 44 |
| Binary | 10101100 | 1110 | 10011 | 0 | 1011100 | 1011001 | 100001 | 101100110 | 1010101 | 100100 |
Color Harmonies of #AC0E13
Complementary color
Monochromatic Colors of #AC0E13
Black with #AC0E13
Text Example
Text Example
White with #AC0E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0E13; }
p { color: rgb(172,14,19); }
H1.HeaderClassName
{
color: #AC0E13;
}
.AnyTagClassName
{
color: #AC0E13;
}
</style>
background-color css
<style>
a { background-color: #AC0E13; }
a { background-color: rgb(172,14,19); }
div.DivClassName
{
background-color: #AC0E13;
}
.BgClassName
{
background-color: #AC0E13;
}
</style>
border-color css
<style>
span { border-color: #AC0E13; }
span { border-color: rgb(172,14,19); }
td.TdClassName
{
border-color: #AC0E13;
}
.TagClassName
{
border-color: #AC0E13;
}
</style>