Shades of Carmine #AC0824
Tints of Carmine #AC0824
RGB
CMYK
RGB Variations
Color information
#AC0824 (or 0xAC0824) is known color: Carmine. HEX triplet: AC, 08 and 24. RGB value is (172,8,36). Sum of RGB (Red+Green+Blue) = 172+8+36=216 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.63% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0824 is #53F7DB. Grayscale: #3C3C3C. Windows color (decimal): -5502940 or 2361516. OLE color: 2361516.
HSL color Cylindrical-coordinate representation of color #AC0824: hue angle of 349.76º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0824 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 36 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.33 |
| HSL | 349.76º | 0.91% | 0.35% | - |
| HSV(B) | 349.76º | 0.95% | 0.67% | - |
| XYZ | 17.42 | 9.07 | 2.5 | - |
| YUV | 60.23 | 114.33 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 36 | 0 | 0.95 | 0.79 | 0.33 | 349.76 | 0.91 | 0.35 |
| Hex | AC | 8 | 24 | 0 | 5F | 4F | 21 | 15E | 5B | 23 |
| Octal | 254 | 10 | 44 | 0 | 137 | 117 | 41 | 536 | 133 | 43 |
| Binary | 10101100 | 1000 | 100100 | 0 | 1011111 | 1001111 | 100001 | 101011110 | 1011011 | 100011 |
Color Harmonies of #AC0824
Complementary color
Monochromatic Colors of #AC0824
Black with #AC0824
Text Example
Text Example
White with #AC0824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0824; }
p { color: rgb(172,8,36); }
H1.HeaderClassName
{
color: #AC0824;
}
.AnyTagClassName
{
color: #AC0824;
}
</style>
background-color css
<style>
a { background-color: #AC0824; }
a { background-color: rgb(172,8,36); }
div.DivClassName
{
background-color: #AC0824;
}
.BgClassName
{
background-color: #AC0824;
}
</style>
border-color css
<style>
span { border-color: #AC0824; }
span { border-color: rgb(172,8,36); }
td.TdClassName
{
border-color: #AC0824;
}
.TagClassName
{
border-color: #AC0824;
}
</style>