Shades of Carmine #AC0821
Tints of Carmine #AC0821
RGB
CMYK
RGB Variations
Color information
#AC0821 (or 0xAC0821) is known color: Carmine. HEX triplet: AC, 08 and 21. RGB value is (172,8,33). Sum of RGB (Red+Green+Blue) = 172+8+33=213 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.75% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0821 is #53F7DE. Grayscale: #3B3B3B. Windows color (decimal): -5502943 or 2164908. OLE color: 2164908.
HSL color Cylindrical-coordinate representation of color #AC0821: hue angle of 350.85º 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 #AC0821 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 33 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.33 |
| HSL | 350.85º | 0.91% | 0.35% | - |
| HSV(B) | 350.85º | 0.95% | 0.67% | - |
| XYZ | 17.37 | 9.05 | 2.27 | - |
| YUV | 59.89 | 112.83 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 33 | 0 | 0.95 | 0.81 | 0.33 | 350.85 | 0.91 | 0.35 |
| Hex | AC | 8 | 21 | 0 | 5F | 51 | 21 | 15F | 5B | 23 |
| Octal | 254 | 10 | 41 | 0 | 137 | 121 | 41 | 537 | 133 | 43 |
| Binary | 10101100 | 1000 | 100001 | 0 | 1011111 | 1010001 | 100001 | 101011111 | 1011011 | 100011 |
Color Harmonies of #AC0821
Complementary color
Monochromatic Colors of #AC0821
Black with #AC0821
Text Example
Text Example
White with #AC0821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0821; }
p { color: rgb(172,8,33); }
H1.HeaderClassName
{
color: #AC0821;
}
.AnyTagClassName
{
color: #AC0821;
}
</style>
background-color css
<style>
a { background-color: #AC0821; }
a { background-color: rgb(172,8,33); }
div.DivClassName
{
background-color: #AC0821;
}
.BgClassName
{
background-color: #AC0821;
}
</style>
border-color css
<style>
span { border-color: #AC0821; }
span { border-color: rgb(172,8,33); }
td.TdClassName
{
border-color: #AC0821;
}
.TagClassName
{
border-color: #AC0821;
}
</style>