Shades of Carmine #AC0013
Tints of Carmine #AC0013
RGB
CMYK
RGB Variations
Color information
#AC0013 (or 0xAC0013) is known color: Carmine. HEX triplet: AC, 00 and 13. RGB value is (172,0,19). Sum of RGB (Red+Green+Blue) = 172+0+19=191 (25% of max value = 765). Red value is 172 (67.58% from 255 or 90.05% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0013 is #53FFEC. Grayscale: #353535. Windows color (decimal): -5505005 or 1245356. OLE color: 1245356.
HSL color Cylindrical-coordinate representation of color #AC0013: hue angle of 353.37º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC0013 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.89 | 0.33 |
| HSL | 353.37º | 1% | 0.34% | - |
| HSV(B) | 353.37º | 1% | 0.67% | - |
| XYZ | 17.13 | 8.82 | 1.42 | - |
| YUV | 53.59 | 108.48 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 19 | 0 | 1 | 0.89 | 0.33 | 353.37 | 1 | 0.34 |
| Hex | AC | 0 | 13 | 0 | 64 | 59 | 21 | 161 | 64 | 22 |
| Octal | 254 | 0 | 23 | 0 | 144 | 131 | 41 | 541 | 144 | 42 |
| Binary | 10101100 | 0 | 10011 | 0 | 1100100 | 1011001 | 100001 | 101100001 | 1100100 | 100010 |
Color Harmonies of #AC0013
Complementary color
Monochromatic Colors of #AC0013
Black with #AC0013
Text Example
Text Example
White with #AC0013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0013; }
p { color: rgb(172,0,19); }
H1.HeaderClassName
{
color: #AC0013;
}
.AnyTagClassName
{
color: #AC0013;
}
</style>
background-color css
<style>
a { background-color: #AC0013; }
a { background-color: rgb(172,0,19); }
div.DivClassName
{
background-color: #AC0013;
}
.BgClassName
{
background-color: #AC0013;
}
</style>
border-color css
<style>
span { border-color: #AC0013; }
span { border-color: rgb(172,0,19); }
td.TdClassName
{
border-color: #AC0013;
}
.TagClassName
{
border-color: #AC0013;
}
</style>