Shades of Carmine #AC0213
Tints of Carmine #AC0213
RGB
CMYK
RGB Variations
Color information
#AC0213 (or 0xAC0213) is known color: Carmine. HEX triplet: AC, 02 and 13. RGB value is (172,2,19). Sum of RGB (Red+Green+Blue) = 172+2+19=193 (25% of max value = 765). Red value is 172 (67.58% from 255 or 89.12% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0213 is #53FDEC. Grayscale: #363636. Windows color (decimal): -5504493 or 1245868. OLE color: 1245868.
HSL color Cylindrical-coordinate representation of color #AC0213: hue angle of 354º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0213 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 19 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.33 |
| HSL | 354º | 0.98% | 0.34% | - |
| HSV(B) | 354º | 0.99% | 0.67% | - |
| XYZ | 17.15 | 8.86 | 1.42 | - |
| YUV | 54.77 | 107.82 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 19 | 0 | 0.99 | 0.89 | 0.33 | 354 | 0.98 | 0.34 |
| Hex | AC | 2 | 13 | 0 | 63 | 59 | 21 | 162 | 62 | 22 |
| Octal | 254 | 2 | 23 | 0 | 143 | 131 | 41 | 542 | 142 | 42 |
| Binary | 10101100 | 10 | 10011 | 0 | 1100011 | 1011001 | 100001 | 101100010 | 1100010 | 100010 |
Color Harmonies of #AC0213
Complementary color
Monochromatic Colors of #AC0213
Black with #AC0213
Text Example
Text Example
White with #AC0213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0213; }
p { color: rgb(172,2,19); }
H1.HeaderClassName
{
color: #AC0213;
}
.AnyTagClassName
{
color: #AC0213;
}
</style>
background-color css
<style>
a { background-color: #AC0213; }
a { background-color: rgb(172,2,19); }
div.DivClassName
{
background-color: #AC0213;
}
.BgClassName
{
background-color: #AC0213;
}
</style>
border-color css
<style>
span { border-color: #AC0213; }
span { border-color: rgb(172,2,19); }
td.TdClassName
{
border-color: #AC0213;
}
.TagClassName
{
border-color: #AC0213;
}
</style>