Shades of Carmine #AC0E21
Tints of Carmine #AC0E21
RGB
CMYK
RGB Variations
Color information
#AC0E21 (or 0xAC0E21) is known color: Carmine. HEX triplet: AC, 0E and 21. RGB value is (172,14,33). Sum of RGB (Red+Green+Blue) = 172+14+33=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0E21 is #53F1DE. Grayscale: #3F3F3F. Windows color (decimal): -5501407 or 2166444. OLE color: 2166444.
HSL color Cylindrical-coordinate representation of color #AC0E21: hue angle of 352.78º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0E21 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 14 | 33 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.33 |
| HSL | 352.78º | 0.85% | 0.36% | - |
| HSV(B) | 352.78º | 0.92% | 0.67% | - |
| XYZ | 17.44 | 9.19 | 2.29 | - |
| YUV | 63.41 | 110.85 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 33 | 0 | 0.92 | 0.81 | 0.33 | 352.78 | 0.85 | 0.36 |
| Hex | AC | E | 21 | 0 | 5C | 51 | 21 | 161 | 55 | 24 |
| Octal | 254 | 16 | 41 | 0 | 134 | 121 | 41 | 541 | 125 | 44 |
| Binary | 10101100 | 1110 | 100001 | 0 | 1011100 | 1010001 | 100001 | 101100001 | 1010101 | 100100 |
Color Harmonies of #AC0E21
Complementary color
Monochromatic Colors of #AC0E21
Black with #AC0E21
Text Example
Text Example
White with #AC0E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0E21; }
p { color: rgb(172,14,33); }
H1.HeaderClassName
{
color: #AC0E21;
}
.AnyTagClassName
{
color: #AC0E21;
}
</style>
background-color css
<style>
a { background-color: #AC0E21; }
a { background-color: rgb(172,14,33); }
div.DivClassName
{
background-color: #AC0E21;
}
.BgClassName
{
background-color: #AC0E21;
}
</style>
border-color css
<style>
span { border-color: #AC0E21; }
span { border-color: rgb(172,14,33); }
td.TdClassName
{
border-color: #AC0E21;
}
.TagClassName
{
border-color: #AC0E21;
}
</style>