Shades of Carmine #AC0E23
Tints of Carmine #AC0E23
RGB
CMYK
RGB Variations
Color information
#AC0E23 (or 0xAC0E23) is known color: Carmine. HEX triplet: AC, 0E and 23. RGB value is (172,14,35). Sum of RGB (Red+Green+Blue) = 172+14+35=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0E23 is #53F1DC. Grayscale: #3F3F3F. Windows color (decimal): -5501405 or 2297516. OLE color: 2297516.
HSL color Cylindrical-coordinate representation of color #AC0E23: hue angle of 352.03º 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 #AC0E23 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 14 | 35 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.33 |
| HSL | 352.03º | 0.85% | 0.36% | - |
| HSV(B) | 352.03º | 0.92% | 0.67% | - |
| XYZ | 17.47 | 9.21 | 2.45 | - |
| YUV | 63.64 | 111.85 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 35 | 0 | 0.92 | 0.80 | 0.33 | 352.03 | 0.85 | 0.36 |
| Hex | AC | E | 23 | 0 | 5C | 50 | 21 | 160 | 55 | 24 |
| Octal | 254 | 16 | 43 | 0 | 134 | 120 | 41 | 540 | 125 | 44 |
| Binary | 10101100 | 1110 | 100011 | 0 | 1011100 | 1010000 | 100001 | 101100000 | 1010101 | 100100 |
Color Harmonies of #AC0E23
Complementary color
Monochromatic Colors of #AC0E23
Black with #AC0E23
Text Example
Text Example
White with #AC0E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0E23; }
p { color: rgb(172,14,35); }
H1.HeaderClassName
{
color: #AC0E23;
}
.AnyTagClassName
{
color: #AC0E23;
}
</style>
background-color css
<style>
a { background-color: #AC0E23; }
a { background-color: rgb(172,14,35); }
div.DivClassName
{
background-color: #AC0E23;
}
.BgClassName
{
background-color: #AC0E23;
}
</style>
border-color css
<style>
span { border-color: #AC0E23; }
span { border-color: rgb(172,14,35); }
td.TdClassName
{
border-color: #AC0E23;
}
.TagClassName
{
border-color: #AC0E23;
}
</style>