Shades of Carmine #AC1620
Tints of Carmine #AC1620
RGB
CMYK
RGB Variations
Color information
#AC1620 (or 0xAC1620) is known color: Carmine. HEX triplet: AC, 16 and 20. RGB value is (172,22,32). Sum of RGB (Red+Green+Blue) = 172+22+32=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1620 is #53E9DF. Grayscale: #444444. Windows color (decimal): -5499360 or 2102956. OLE color: 2102956.
HSL color Cylindrical-coordinate representation of color #AC1620: hue angle of 356º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1620 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 32 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.33 |
| HSL | 356º | 0.77% | 0.38% | - |
| HSV(B) | 356º | 0.87% | 0.67% | - |
| XYZ | 17.56 | 9.45 | 2.26 | - |
| YUV | 67.99 | 107.7 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 32 | 0 | 0.87 | 0.81 | 0.33 | 356 | 0.77 | 0.38 |
| Hex | AC | 16 | 20 | 0 | 57 | 51 | 21 | 164 | 4D | 26 |
| Octal | 254 | 26 | 40 | 0 | 127 | 121 | 41 | 544 | 115 | 46 |
| Binary | 10101100 | 10110 | 100000 | 0 | 1010111 | 1010001 | 100001 | 101100100 | 1001101 | 100110 |
Color Harmonies of #AC1620
Complementary color
Monochromatic Colors of #AC1620
Black with #AC1620
Text Example
Text Example
White with #AC1620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1620; }
p { color: rgb(172,22,32); }
H1.HeaderClassName
{
color: #AC1620;
}
.AnyTagClassName
{
color: #AC1620;
}
</style>
background-color css
<style>
a { background-color: #AC1620; }
a { background-color: rgb(172,22,32); }
div.DivClassName
{
background-color: #AC1620;
}
.BgClassName
{
background-color: #AC1620;
}
</style>
border-color css
<style>
span { border-color: #AC1620; }
span { border-color: rgb(172,22,32); }
td.TdClassName
{
border-color: #AC1620;
}
.TagClassName
{
border-color: #AC1620;
}
</style>