Shades of Carmine #AC0620
Tints of Carmine #AC0620
RGB
CMYK
RGB Variations
Color information
#AC0620 (or 0xAC0620) is known color: Carmine. HEX triplet: AC, 06 and 20. RGB value is (172,6,32). Sum of RGB (Red+Green+Blue) = 172+6+32=210 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.90% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0620 is #53F9DF. Grayscale: #3A3A3A. Windows color (decimal): -5503456 or 2098860. OLE color: 2098860.
HSL color Cylindrical-coordinate representation of color #AC0620: hue angle of 350.6º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0620 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 32 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.33 |
| HSL | 350.6º | 0.93% | 0.35% | - |
| HSV(B) | 350.6º | 0.97% | 0.67% | - |
| XYZ | 17.34 | 9.01 | 2.19 | - |
| YUV | 58.6 | 113 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 32 | 0 | 0.97 | 0.81 | 0.33 | 350.6 | 0.93 | 0.35 |
| Hex | AC | 6 | 20 | 0 | 61 | 51 | 21 | 15F | 5D | 23 |
| Octal | 254 | 6 | 40 | 0 | 141 | 121 | 41 | 537 | 135 | 43 |
| Binary | 10101100 | 110 | 100000 | 0 | 1100001 | 1010001 | 100001 | 101011111 | 1011101 | 100011 |
Color Harmonies of #AC0620
Complementary color
Monochromatic Colors of #AC0620
Black with #AC0620
Text Example
Text Example
White with #AC0620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0620; }
p { color: rgb(172,6,32); }
H1.HeaderClassName
{
color: #AC0620;
}
.AnyTagClassName
{
color: #AC0620;
}
</style>
background-color css
<style>
a { background-color: #AC0620; }
a { background-color: rgb(172,6,32); }
div.DivClassName
{
background-color: #AC0620;
}
.BgClassName
{
background-color: #AC0620;
}
</style>
border-color css
<style>
span { border-color: #AC0620; }
span { border-color: rgb(172,6,32); }
td.TdClassName
{
border-color: #AC0620;
}
.TagClassName
{
border-color: #AC0620;
}
</style>