Shades of Carmine #AC020D
Tints of Carmine #AC020D
RGB
CMYK
RGB Variations
Color information
#AC020D (or 0xAC020D) is known color: Carmine. HEX triplet: AC, 02 and 0D. RGB value is (172,2,13). Sum of RGB (Red+Green+Blue) = 172+2+13=187 (24% of max value = 765). Red value is 172 (67.58% from 255 or 91.98% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 172 - color contains mainly: red. Hex color #AC020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC020D is #53FDF2. Grayscale: #363636. Windows color (decimal): -5504499 or 852652. OLE color: 852652.
HSL color Cylindrical-coordinate representation of color #AC020D: hue angle of 356.12º 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 #AC020D is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.33 |
| HSL | 356.12º | 0.98% | 0.34% | - |
| HSV(B) | 356.12º | 0.99% | 0.67% | - |
| XYZ | 17.11 | 8.84 | 1.19 | - |
| YUV | 54.08 | 104.82 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 13 | 0 | 0.99 | 0.92 | 0.33 | 356.12 | 0.98 | 0.34 |
| Hex | AC | 2 | D | 0 | 63 | 5C | 21 | 164 | 62 | 22 |
| Octal | 254 | 2 | 15 | 0 | 143 | 134 | 41 | 544 | 142 | 42 |
| Binary | 10101100 | 10 | 1101 | 0 | 1100011 | 1011100 | 100001 | 101100100 | 1100010 | 100010 |
Color Harmonies of #AC020D
Complementary color
Monochromatic Colors of #AC020D
Black with #AC020D
Text Example
Text Example
White with #AC020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC020D; }
p { color: rgb(172,2,13); }
H1.HeaderClassName
{
color: #AC020D;
}
.AnyTagClassName
{
color: #AC020D;
}
</style>
background-color css
<style>
a { background-color: #AC020D; }
a { background-color: rgb(172,2,13); }
div.DivClassName
{
background-color: #AC020D;
}
.BgClassName
{
background-color: #AC020D;
}
</style>
border-color css
<style>
span { border-color: #AC020D; }
span { border-color: rgb(172,2,13); }
td.TdClassName
{
border-color: #AC020D;
}
.TagClassName
{
border-color: #AC020D;
}
</style>