Shades of Carmine #AC1220
Tints of Carmine #AC1220
RGB
CMYK
RGB Variations
Color information
#AC1220 (or 0xAC1220) is known color: Carmine. HEX triplet: AC, 12 and 20. RGB value is (172,18,32). Sum of RGB (Red+Green+Blue) = 172+18+32=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1220 is #53EDDF. Grayscale: #414141. Windows color (decimal): -5500384 or 2101932. OLE color: 2101932.
HSL color Cylindrical-coordinate representation of color #AC1220: hue angle of 354.55º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1220 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 32 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.33 |
| HSL | 354.55º | 0.81% | 0.37% | - |
| HSV(B) | 354.55º | 0.9% | 0.67% | - |
| XYZ | 17.49 | 9.31 | 2.24 | - |
| YUV | 65.64 | 109.02 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 32 | 0 | 0.90 | 0.81 | 0.33 | 354.55 | 0.81 | 0.37 |
| Hex | AC | 12 | 20 | 0 | 5A | 51 | 21 | 163 | 51 | 25 |
| Octal | 254 | 22 | 40 | 0 | 132 | 121 | 41 | 543 | 121 | 45 |
| Binary | 10101100 | 10010 | 100000 | 0 | 1011010 | 1010001 | 100001 | 101100011 | 1010001 | 100101 |
Color Harmonies of #AC1220
Complementary color
Monochromatic Colors of #AC1220
Black with #AC1220
Text Example
Text Example
White with #AC1220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1220; }
p { color: rgb(172,18,32); }
H1.HeaderClassName
{
color: #AC1220;
}
.AnyTagClassName
{
color: #AC1220;
}
</style>
background-color css
<style>
a { background-color: #AC1220; }
a { background-color: rgb(172,18,32); }
div.DivClassName
{
background-color: #AC1220;
}
.BgClassName
{
background-color: #AC1220;
}
</style>
border-color css
<style>
span { border-color: #AC1220; }
span { border-color: rgb(172,18,32); }
td.TdClassName
{
border-color: #AC1220;
}
.TagClassName
{
border-color: #AC1220;
}
</style>