Shades of Carmine #AA121A
Tints of Carmine #AA121A
RGB
CMYK
RGB Variations
Color information
#AA121A (or 0xAA121A) is known color: Carmine. HEX triplet: AA, 12 and 1A. RGB value is (170,18,26). Sum of RGB (Red+Green+Blue) = 170+18+26=214 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.44% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 170 - color contains mainly: red. Hex color #AA121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA121A is #55EDE5. Grayscale: #404040. Windows color (decimal): -5631462 or 1708714. OLE color: 1708714.
HSL color Cylindrical-coordinate representation of color #AA121A: hue angle of 356.84º 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 #AA121A is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 26 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.33 |
| HSL | 356.84º | 0.81% | 0.37% | - |
| HSV(B) | 356.84º | 0.89% | 0.67% | - |
| XYZ | 16.98 | 9.05 | 1.83 | - |
| YUV | 64.36 | 106.36 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 26 | 0 | 0.89 | 0.85 | 0.33 | 356.84 | 0.81 | 0.37 |
| Hex | AA | 12 | 1A | 0 | 59 | 55 | 21 | 165 | 51 | 25 |
| Octal | 252 | 22 | 32 | 0 | 131 | 125 | 41 | 545 | 121 | 45 |
| Binary | 10101010 | 10010 | 11010 | 0 | 1011001 | 1010101 | 100001 | 101100101 | 1010001 | 100101 |
Color Harmonies of #AA121A
Complementary color
Monochromatic Colors of #AA121A
Black with #AA121A
Text Example
Text Example
White with #AA121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA121A; }
p { color: rgb(170,18,26); }
H1.HeaderClassName
{
color: #AA121A;
}
.AnyTagClassName
{
color: #AA121A;
}
</style>
background-color css
<style>
a { background-color: #AA121A; }
a { background-color: rgb(170,18,26); }
div.DivClassName
{
background-color: #AA121A;
}
.BgClassName
{
background-color: #AA121A;
}
</style>
border-color css
<style>
span { border-color: #AA121A; }
span { border-color: rgb(170,18,26); }
td.TdClassName
{
border-color: #AA121A;
}
.TagClassName
{
border-color: #AA121A;
}
</style>