Shades of Carmine #AC0C29
Tints of Carmine #AC0C29
RGB
CMYK
RGB Variations
Color information
#AC0C29 (or 0xAC0C29) is known color: Carmine. HEX triplet: AC, 0C and 29. RGB value is (172,12,41). Sum of RGB (Red+Green+Blue) = 172+12+41=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0C29 is #53F3D6. Grayscale: #3F3F3F. Windows color (decimal): -5501911 or 2690220. OLE color: 2690220.
HSL color Cylindrical-coordinate representation of color #AC0C29: hue angle of 349.12º 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 #AC0C29 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 41 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.33 |
| HSL | 349.13º | 0.87% | 0.36% | - |
| HSV(B) | 349.13º | 0.93% | 0.67% | - |
| XYZ | 17.54 | 9.19 | 2.95 | - |
| YUV | 63.15 | 115.51 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 41 | 0 | 0.93 | 0.76 | 0.33 | 349.13 | 0.87 | 0.36 |
| Hex | AC | C | 29 | 0 | 5D | 4C | 21 | 15D | 57 | 24 |
| Octal | 254 | 14 | 51 | 0 | 135 | 114 | 41 | 535 | 127 | 44 |
| Binary | 10101100 | 1100 | 101001 | 0 | 1011101 | 1001100 | 100001 | 101011101 | 1010111 | 100100 |
Color Harmonies of #AC0C29
Complementary color
Monochromatic Colors of #AC0C29
Black with #AC0C29
Text Example
Text Example
White with #AC0C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C29; }
p { color: rgb(172,12,41); }
H1.HeaderClassName
{
color: #AC0C29;
}
.AnyTagClassName
{
color: #AC0C29;
}
</style>
background-color css
<style>
a { background-color: #AC0C29; }
a { background-color: rgb(172,12,41); }
div.DivClassName
{
background-color: #AC0C29;
}
.BgClassName
{
background-color: #AC0C29;
}
</style>
border-color css
<style>
span { border-color: #AC0C29; }
span { border-color: rgb(172,12,41); }
td.TdClassName
{
border-color: #AC0C29;
}
.TagClassName
{
border-color: #AC0C29;
}
</style>