Shades of Carmine #AC0E16
Tints of Carmine #AC0E16
RGB
CMYK
RGB Variations
Color information
#AC0E16 (or 0xAC0E16) is known color: Carmine. HEX triplet: AC, 0E and 16. RGB value is (172,14,22). Sum of RGB (Red+Green+Blue) = 172+14+22=208 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.69% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0E16 is #53F1E9. Grayscale: #3E3E3E. Windows color (decimal): -5501418 or 1445548. OLE color: 1445548.
HSL color Cylindrical-coordinate representation of color #AC0E16: hue angle of 356.96º 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 #AC0E16 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 14 | 22 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.33 |
| HSL | 356.96º | 0.85% | 0.36% | - |
| HSV(B) | 356.96º | 0.92% | 0.67% | - |
| XYZ | 17.32 | 9.14 | 1.61 | - |
| YUV | 62.15 | 105.35 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 22 | 0 | 0.92 | 0.87 | 0.33 | 356.96 | 0.85 | 0.36 |
| Hex | AC | E | 16 | 0 | 5C | 57 | 21 | 165 | 55 | 24 |
| Octal | 254 | 16 | 26 | 0 | 134 | 127 | 41 | 545 | 125 | 44 |
| Binary | 10101100 | 1110 | 10110 | 0 | 1011100 | 1010111 | 100001 | 101100101 | 1010101 | 100100 |
Color Harmonies of #AC0E16
Complementary color
Monochromatic Colors of #AC0E16
Black with #AC0E16
Text Example
Text Example
White with #AC0E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0E16; }
p { color: rgb(172,14,22); }
H1.HeaderClassName
{
color: #AC0E16;
}
.AnyTagClassName
{
color: #AC0E16;
}
</style>
background-color css
<style>
a { background-color: #AC0E16; }
a { background-color: rgb(172,14,22); }
div.DivClassName
{
background-color: #AC0E16;
}
.BgClassName
{
background-color: #AC0E16;
}
</style>
border-color css
<style>
span { border-color: #AC0E16; }
span { border-color: rgb(172,14,22); }
td.TdClassName
{
border-color: #AC0E16;
}
.TagClassName
{
border-color: #AC0E16;
}
</style>