Shades of Carmine #AC0A11
Tints of Carmine #AC0A11
RGB
CMYK
RGB Variations
Color information
#AC0A11 (or 0xAC0A11) is known color: Carmine. HEX triplet: AC, 0A and 11. RGB value is (172,10,17). Sum of RGB (Red+Green+Blue) = 172+10+17=199 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86.43% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0A11 is #53F5EE. Grayscale: #3B3B3B. Windows color (decimal): -5502447 or 1116844. OLE color: 1116844.
HSL color Cylindrical-coordinate representation of color #AC0A11: hue angle of 357.41º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0A11 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 17 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.33 |
| HSL | 357.41º | 0.89% | 0.36% | - |
| HSV(B) | 357.41º | 0.94% | 0.67% | - |
| XYZ | 17.22 | 9.03 | 1.37 | - |
| YUV | 59.24 | 104.17 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 17 | 0 | 0.94 | 0.90 | 0.33 | 357.41 | 0.89 | 0.36 |
| Hex | AC | A | 11 | 0 | 5E | 5A | 21 | 165 | 59 | 24 |
| Octal | 254 | 12 | 21 | 0 | 136 | 132 | 41 | 545 | 131 | 44 |
| Binary | 10101100 | 1010 | 10001 | 0 | 1011110 | 1011010 | 100001 | 101100101 | 1011001 | 100100 |
Color Harmonies of #AC0A11
Complementary color
Monochromatic Colors of #AC0A11
Black with #AC0A11
Text Example
Text Example
White with #AC0A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0A11; }
p { color: rgb(172,10,17); }
H1.HeaderClassName
{
color: #AC0A11;
}
.AnyTagClassName
{
color: #AC0A11;
}
</style>
background-color css
<style>
a { background-color: #AC0A11; }
a { background-color: rgb(172,10,17); }
div.DivClassName
{
background-color: #AC0A11;
}
.BgClassName
{
background-color: #AC0A11;
}
</style>
border-color css
<style>
span { border-color: #AC0A11; }
span { border-color: rgb(172,10,17); }
td.TdClassName
{
border-color: #AC0A11;
}
.TagClassName
{
border-color: #AC0A11;
}
</style>