Shades of Carmine #AC0229
Tints of Carmine #AC0229
RGB
CMYK
RGB Variations
Color information
#AC0229 (or 0xAC0229) is known color: Carmine. HEX triplet: AC, 02 and 29. RGB value is (172,2,41). Sum of RGB (Red+Green+Blue) = 172+2+41=215 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0229 is #53FDD6. Grayscale: #393939. Windows color (decimal): -5504471 or 2687660. OLE color: 2687660.
HSL color Cylindrical-coordinate representation of color #AC0229: hue angle of 346.24º 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 #AC0229 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 41 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.33 |
| HSL | 346.24º | 0.98% | 0.34% | - |
| HSV(B) | 346.24º | 0.99% | 0.67% | - |
| XYZ | 17.44 | 8.97 | 2.91 | - |
| YUV | 57.28 | 118.82 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 41 | 0 | 0.99 | 0.76 | 0.33 | 346.24 | 0.98 | 0.34 |
| Hex | AC | 2 | 29 | 0 | 63 | 4C | 21 | 15A | 62 | 22 |
| Octal | 254 | 2 | 51 | 0 | 143 | 114 | 41 | 532 | 142 | 42 |
| Binary | 10101100 | 10 | 101001 | 0 | 1100011 | 1001100 | 100001 | 101011010 | 1100010 | 100010 |
Color Harmonies of #AC0229
Complementary color
Monochromatic Colors of #AC0229
Black with #AC0229
Text Example
Text Example
White with #AC0229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0229; }
p { color: rgb(172,2,41); }
H1.HeaderClassName
{
color: #AC0229;
}
.AnyTagClassName
{
color: #AC0229;
}
</style>
background-color css
<style>
a { background-color: #AC0229; }
a { background-color: rgb(172,2,41); }
div.DivClassName
{
background-color: #AC0229;
}
.BgClassName
{
background-color: #AC0229;
}
</style>
border-color css
<style>
span { border-color: #AC0229; }
span { border-color: rgb(172,2,41); }
td.TdClassName
{
border-color: #AC0229;
}
.TagClassName
{
border-color: #AC0229;
}
</style>