Shades of Carmine #AC0616
Tints of Carmine #AC0616
RGB
CMYK
RGB Variations
Color information
#AC0616 (or 0xAC0616) is known color: Carmine. HEX triplet: AC, 06 and 16. RGB value is (172,6,22). Sum of RGB (Red+Green+Blue) = 172+6+22=200 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0616 is #53F9E9. Grayscale: #393939. Windows color (decimal): -5503466 or 1443500. OLE color: 1443500.
HSL color Cylindrical-coordinate representation of color #AC0616: hue angle of 354.22º 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 #AC0616 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 22 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.33 |
| HSL | 354.22º | 0.93% | 0.35% | - |
| HSV(B) | 354.22º | 0.97% | 0.67% | - |
| XYZ | 17.22 | 8.96 | 1.58 | - |
| YUV | 57.46 | 108 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 22 | 0 | 0.97 | 0.87 | 0.33 | 354.22 | 0.93 | 0.35 |
| Hex | AC | 6 | 16 | 0 | 61 | 57 | 21 | 162 | 5D | 23 |
| Octal | 254 | 6 | 26 | 0 | 141 | 127 | 41 | 542 | 135 | 43 |
| Binary | 10101100 | 110 | 10110 | 0 | 1100001 | 1010111 | 100001 | 101100010 | 1011101 | 100011 |
Color Harmonies of #AC0616
Complementary color
Monochromatic Colors of #AC0616
Black with #AC0616
Text Example
Text Example
White with #AC0616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0616; }
p { color: rgb(172,6,22); }
H1.HeaderClassName
{
color: #AC0616;
}
.AnyTagClassName
{
color: #AC0616;
}
</style>
background-color css
<style>
a { background-color: #AC0616; }
a { background-color: rgb(172,6,22); }
div.DivClassName
{
background-color: #AC0616;
}
.BgClassName
{
background-color: #AC0616;
}
</style>
border-color css
<style>
span { border-color: #AC0616; }
span { border-color: rgb(172,6,22); }
td.TdClassName
{
border-color: #AC0616;
}
.TagClassName
{
border-color: #AC0616;
}
</style>