Shades of Carmine #AA122A
Tints of Carmine #AA122A
RGB
CMYK
RGB Variations
Color information
#AA122A (or 0xAA122A) is known color: Carmine. HEX triplet: AA, 12 and 2A. RGB value is (170,18,42). Sum of RGB (Red+Green+Blue) = 170+18+42=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA122A is #55EDD5. Grayscale: #424242. Windows color (decimal): -5631446 or 2757290. OLE color: 2757290.
HSL color Cylindrical-coordinate representation of color #AA122A: hue angle of 350.53º 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 #AA122A is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 42 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.33 |
| HSL | 350.53º | 0.81% | 0.37% | - |
| HSV(B) | 350.53º | 0.89% | 0.67% | - |
| XYZ | 17.21 | 9.15 | 3.05 | - |
| YUV | 66.18 | 114.36 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 42 | 0 | 0.89 | 0.75 | 0.33 | 350.53 | 0.81 | 0.37 |
| Hex | AA | 12 | 2A | 0 | 59 | 4B | 21 | 15F | 51 | 25 |
| Octal | 252 | 22 | 52 | 0 | 131 | 113 | 41 | 537 | 121 | 45 |
| Binary | 10101010 | 10010 | 101010 | 0 | 1011001 | 1001011 | 100001 | 101011111 | 1010001 | 100101 |
Color Harmonies of #AA122A
Complementary color
Monochromatic Colors of #AA122A
Black with #AA122A
Text Example
Text Example
White with #AA122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA122A; }
p { color: rgb(170,18,42); }
H1.HeaderClassName
{
color: #AA122A;
}
.AnyTagClassName
{
color: #AA122A;
}
</style>
background-color css
<style>
a { background-color: #AA122A; }
a { background-color: rgb(170,18,42); }
div.DivClassName
{
background-color: #AA122A;
}
.BgClassName
{
background-color: #AA122A;
}
</style>
border-color css
<style>
span { border-color: #AA122A; }
span { border-color: rgb(170,18,42); }
td.TdClassName
{
border-color: #AA122A;
}
.TagClassName
{
border-color: #AA122A;
}
</style>