Shades of Carmine #AA121E
Tints of Carmine #AA121E
RGB
CMYK
RGB Variations
Color information
#AA121E (or 0xAA121E) is known color: Carmine. HEX triplet: AA, 12 and 1E. RGB value is (170,18,30). Sum of RGB (Red+Green+Blue) = 170+18+30=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA121E is #55EDE1. Grayscale: #404040. Windows color (decimal): -5631458 or 1970858. OLE color: 1970858.
HSL color Cylindrical-coordinate representation of color #AA121E: hue angle of 355.26º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA121E is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 30 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.33 |
| HSL | 355.26º | 0.81% | 0.37% | - |
| HSV(B) | 355.26º | 0.89% | 0.67% | - |
| XYZ | 17.03 | 9.07 | 2.08 | - |
| YUV | 64.82 | 108.36 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 30 | 0 | 0.89 | 0.82 | 0.33 | 355.26 | 0.81 | 0.37 |
| Hex | AA | 12 | 1E | 0 | 59 | 52 | 21 | 163 | 51 | 25 |
| Octal | 252 | 22 | 36 | 0 | 131 | 122 | 41 | 543 | 121 | 45 |
| Binary | 10101010 | 10010 | 11110 | 0 | 1011001 | 1010010 | 100001 | 101100011 | 1010001 | 100101 |
Color Harmonies of #AA121E
Complementary color
Monochromatic Colors of #AA121E
Black with #AA121E
Text Example
Text Example
White with #AA121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA121E; }
p { color: rgb(170,18,30); }
H1.HeaderClassName
{
color: #AA121E;
}
.AnyTagClassName
{
color: #AA121E;
}
</style>
background-color css
<style>
a { background-color: #AA121E; }
a { background-color: rgb(170,18,30); }
div.DivClassName
{
background-color: #AA121E;
}
.BgClassName
{
background-color: #AA121E;
}
</style>
border-color css
<style>
span { border-color: #AA121E; }
span { border-color: rgb(170,18,30); }
td.TdClassName
{
border-color: #AA121E;
}
.TagClassName
{
border-color: #AA121E;
}
</style>