Shades of Carmine #AC0721
Tints of Carmine #AC0721
RGB
CMYK
RGB Variations
Color information
#AC0721 (or 0xAC0721) is known color: Carmine. HEX triplet: AC, 07 and 21. RGB value is (172,7,33). Sum of RGB (Red+Green+Blue) = 172+7+33=212 (28% of max value = 765). Red value is 172 (67.58% from 255 or 81.13% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0721 is #53F8DE. Grayscale: #3B3B3B. Windows color (decimal): -5503199 or 2164652. OLE color: 2164652.
HSL color Cylindrical-coordinate representation of color #AC0721: hue angle of 350.55º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC0721 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 33 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.33 |
| HSL | 350.55º | 0.92% | 0.35% | - |
| HSV(B) | 350.55º | 0.96% | 0.67% | - |
| XYZ | 17.36 | 9.03 | 2.27 | - |
| YUV | 59.3 | 113.16 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 33 | 0 | 0.96 | 0.81 | 0.33 | 350.55 | 0.92 | 0.35 |
| Hex | AC | 7 | 21 | 0 | 60 | 51 | 21 | 15F | 5C | 23 |
| Octal | 254 | 7 | 41 | 0 | 140 | 121 | 41 | 537 | 134 | 43 |
| Binary | 10101100 | 111 | 100001 | 0 | 1100000 | 1010001 | 100001 | 101011111 | 1011100 | 100011 |
Color Harmonies of #AC0721
Complementary color
Monochromatic Colors of #AC0721
Black with #AC0721
Text Example
Text Example
White with #AC0721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0721; }
p { color: rgb(172,7,33); }
H1.HeaderClassName
{
color: #AC0721;
}
.AnyTagClassName
{
color: #AC0721;
}
</style>
background-color css
<style>
a { background-color: #AC0721; }
a { background-color: rgb(172,7,33); }
div.DivClassName
{
background-color: #AC0721;
}
.BgClassName
{
background-color: #AC0721;
}
</style>
border-color css
<style>
span { border-color: #AC0721; }
span { border-color: rgb(172,7,33); }
td.TdClassName
{
border-color: #AC0721;
}
.TagClassName
{
border-color: #AC0721;
}
</style>