Shades of Carmine #AA1020
Tints of Carmine #AA1020
RGB
CMYK
RGB Variations
Color information
#AA1020 (or 0xAA1020) is known color: Carmine. HEX triplet: AA, 10 and 20. RGB value is (170,16,32). Sum of RGB (Red+Green+Blue) = 170+16+32=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1020 is #55EFDF. Grayscale: #3F3F3F. Windows color (decimal): -5631968 or 2101418. OLE color: 2101418.
HSL color Cylindrical-coordinate representation of color #AA1020: hue angle of 353.77º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA1020 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 32 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.33 |
| HSL | 353.77º | 0.83% | 0.36% | - |
| HSV(B) | 353.77º | 0.91% | 0.67% | - |
| XYZ | 17.02 | 9.02 | 2.21 | - |
| YUV | 63.87 | 110.02 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 32 | 0 | 0.91 | 0.81 | 0.33 | 353.77 | 0.83 | 0.36 |
| Hex | AA | 10 | 20 | 0 | 5B | 51 | 21 | 162 | 53 | 24 |
| Octal | 252 | 20 | 40 | 0 | 133 | 121 | 41 | 542 | 123 | 44 |
| Binary | 10101010 | 10000 | 100000 | 0 | 1011011 | 1010001 | 100001 | 101100010 | 1010011 | 100100 |
Color Harmonies of #AA1020
Complementary color
Monochromatic Colors of #AA1020
Black with #AA1020
Text Example
Text Example
White with #AA1020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1020; }
p { color: rgb(170,16,32); }
H1.HeaderClassName
{
color: #AA1020;
}
.AnyTagClassName
{
color: #AA1020;
}
</style>
background-color css
<style>
a { background-color: #AA1020; }
a { background-color: rgb(170,16,32); }
div.DivClassName
{
background-color: #AA1020;
}
.BgClassName
{
background-color: #AA1020;
}
</style>
border-color css
<style>
span { border-color: #AA1020; }
span { border-color: rgb(170,16,32); }
td.TdClassName
{
border-color: #AA1020;
}
.TagClassName
{
border-color: #AA1020;
}
</style>