Shades of Carmine #AC0A23
Tints of Carmine #AC0A23
RGB
CMYK
RGB Variations
Color information
#AC0A23 (or 0xAC0A23) is known color: Carmine. HEX triplet: AC, 0A and 23. RGB value is (172,10,35). Sum of RGB (Red+Green+Blue) = 172+10+35=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0A23 is #53F5DC. Grayscale: #3D3D3D. Windows color (decimal): -5502429 or 2296492. OLE color: 2296492.
HSL color Cylindrical-coordinate representation of color #AC0A23: hue angle of 350.74º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0A23 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 35 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.33 |
| HSL | 350.74º | 0.89% | 0.36% | - |
| HSV(B) | 350.74º | 0.94% | 0.67% | - |
| XYZ | 17.43 | 9.11 | 2.43 | - |
| YUV | 61.29 | 113.17 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 35 | 0 | 0.94 | 0.80 | 0.33 | 350.74 | 0.89 | 0.36 |
| Hex | AC | A | 23 | 0 | 5E | 50 | 21 | 15F | 59 | 24 |
| Octal | 254 | 12 | 43 | 0 | 136 | 120 | 41 | 537 | 131 | 44 |
| Binary | 10101100 | 1010 | 100011 | 0 | 1011110 | 1010000 | 100001 | 101011111 | 1011001 | 100100 |
Color Harmonies of #AC0A23
Complementary color
Monochromatic Colors of #AC0A23
Black with #AC0A23
Text Example
Text Example
White with #AC0A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0A23; }
p { color: rgb(172,10,35); }
H1.HeaderClassName
{
color: #AC0A23;
}
.AnyTagClassName
{
color: #AC0A23;
}
</style>
background-color css
<style>
a { background-color: #AC0A23; }
a { background-color: rgb(172,10,35); }
div.DivClassName
{
background-color: #AC0A23;
}
.BgClassName
{
background-color: #AC0A23;
}
</style>
border-color css
<style>
span { border-color: #AC0A23; }
span { border-color: rgb(172,10,35); }
td.TdClassName
{
border-color: #AC0A23;
}
.TagClassName
{
border-color: #AC0A23;
}
</style>