Shades of Carmine #AC0C23
Tints of Carmine #AC0C23
RGB
CMYK
RGB Variations
Color information
#AC0C23 (or 0xAC0C23) is known color: Carmine. HEX triplet: AC, 0C and 23. RGB value is (172,12,35). Sum of RGB (Red+Green+Blue) = 172+12+35=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0C23 is #53F3DC. Grayscale: #3E3E3E. Windows color (decimal): -5501917 or 2297004. OLE color: 2297004.
HSL color Cylindrical-coordinate representation of color #AC0C23: hue angle of 351.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0C23 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 35 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.33 |
| HSL | 351.38º | 0.87% | 0.36% | - |
| HSV(B) | 351.38º | 0.93% | 0.67% | - |
| XYZ | 17.45 | 9.15 | 2.44 | - |
| YUV | 62.46 | 112.51 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 35 | 0 | 0.93 | 0.80 | 0.33 | 351.38 | 0.87 | 0.36 |
| Hex | AC | C | 23 | 0 | 5D | 50 | 21 | 15F | 57 | 24 |
| Octal | 254 | 14 | 43 | 0 | 135 | 120 | 41 | 537 | 127 | 44 |
| Binary | 10101100 | 1100 | 100011 | 0 | 1011101 | 1010000 | 100001 | 101011111 | 1010111 | 100100 |
Color Harmonies of #AC0C23
Complementary color
Monochromatic Colors of #AC0C23
Black with #AC0C23
Text Example
Text Example
White with #AC0C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C23; }
p { color: rgb(172,12,35); }
H1.HeaderClassName
{
color: #AC0C23;
}
.AnyTagClassName
{
color: #AC0C23;
}
</style>
background-color css
<style>
a { background-color: #AC0C23; }
a { background-color: rgb(172,12,35); }
div.DivClassName
{
background-color: #AC0C23;
}
.BgClassName
{
background-color: #AC0C23;
}
</style>
border-color css
<style>
span { border-color: #AC0C23; }
span { border-color: rgb(172,12,35); }
td.TdClassName
{
border-color: #AC0C23;
}
.TagClassName
{
border-color: #AC0C23;
}
</style>