Shades of Carmine #AA1120
Tints of Carmine #AA1120
RGB
CMYK
RGB Variations
Color information
#AA1120 (or 0xAA1120) is known color: Carmine. HEX triplet: AA, 11 and 20. RGB value is (170,17,32). Sum of RGB (Red+Green+Blue) = 170+17+32=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1120 is #55EEDF. Grayscale: #404040. Windows color (decimal): -5631712 or 2101674. OLE color: 2101674.
HSL color Cylindrical-coordinate representation of color #AA1120: hue angle of 354.12º degrees, saturation: 0.82, 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 #AA1120 is Cyan = 0, Magento = 0.9, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 32 | - |
| CMYK | 0 | 0.9 | 0.81 | 0.33 |
| HSL | 354.12º | 0.82% | 0.37% | - |
| HSV(B) | 354.12º | 0.9% | 0.67% | - |
| XYZ | 17.04 | 9.05 | 2.22 | - |
| YUV | 64.46 | 109.69 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 32 | 0 | 0.9 | 0.81 | 0.33 | 354.12 | 0.82 | 0.37 |
| Hex | AA | 11 | 20 | 0 | 5A | 51 | 21 | 162 | 52 | 25 |
| Octal | 252 | 21 | 40 | 0 | 132 | 121 | 41 | 542 | 122 | 45 |
| Binary | 10101010 | 10001 | 100000 | 0 | 1011010 | 1010001 | 100001 | 101100010 | 1010010 | 100101 |
Color Harmonies of #AA1120
Complementary color
Monochromatic Colors of #AA1120
Black with #AA1120
Text Example
Text Example
White with #AA1120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1120; }
p { color: rgb(170,17,32); }
H1.HeaderClassName
{
color: #AA1120;
}
.AnyTagClassName
{
color: #AA1120;
}
</style>
background-color css
<style>
a { background-color: #AA1120; }
a { background-color: rgb(170,17,32); }
div.DivClassName
{
background-color: #AA1120;
}
.BgClassName
{
background-color: #AA1120;
}
</style>
border-color css
<style>
span { border-color: #AA1120; }
span { border-color: rgb(170,17,32); }
td.TdClassName
{
border-color: #AA1120;
}
.TagClassName
{
border-color: #AA1120;
}
</style>