Shades of Carmine #AC0C11
Tints of Carmine #AC0C11
RGB
CMYK
RGB Variations
Color information
#AC0C11 (or 0xAC0C11) is known color: Carmine. HEX triplet: AC, 0C and 11. RGB value is (172,12,17). Sum of RGB (Red+Green+Blue) = 172+12+17=201 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.57% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0C11 is #53F3EE. Grayscale: #3C3C3C. Windows color (decimal): -5501935 or 1117356. OLE color: 1117356.
HSL color Cylindrical-coordinate representation of color #AC0C11: hue angle of 358.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0C11 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 17 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.33 |
| HSL | 358.13º | 0.87% | 0.36% | - |
| HSV(B) | 358.13º | 0.93% | 0.67% | - |
| XYZ | 17.25 | 9.07 | 1.37 | - |
| YUV | 60.41 | 103.51 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 17 | 0 | 0.93 | 0.90 | 0.33 | 358.13 | 0.87 | 0.36 |
| Hex | AC | C | 11 | 0 | 5D | 5A | 21 | 166 | 57 | 24 |
| Octal | 254 | 14 | 21 | 0 | 135 | 132 | 41 | 546 | 127 | 44 |
| Binary | 10101100 | 1100 | 10001 | 0 | 1011101 | 1011010 | 100001 | 101100110 | 1010111 | 100100 |
Color Harmonies of #AC0C11
Complementary color
Monochromatic Colors of #AC0C11
Black with #AC0C11
Text Example
Text Example
White with #AC0C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C11; }
p { color: rgb(172,12,17); }
H1.HeaderClassName
{
color: #AC0C11;
}
.AnyTagClassName
{
color: #AC0C11;
}
</style>
background-color css
<style>
a { background-color: #AC0C11; }
a { background-color: rgb(172,12,17); }
div.DivClassName
{
background-color: #AC0C11;
}
.BgClassName
{
background-color: #AC0C11;
}
</style>
border-color css
<style>
span { border-color: #AC0C11; }
span { border-color: rgb(172,12,17); }
td.TdClassName
{
border-color: #AC0C11;
}
.TagClassName
{
border-color: #AC0C11;
}
</style>