Shades of Carmine #AA121B
Tints of Carmine #AA121B
RGB
CMYK
RGB Variations
Color information
#AA121B (or 0xAA121B) is known color: Carmine. HEX triplet: AA, 12 and 1B. RGB value is (170,18,27). Sum of RGB (Red+Green+Blue) = 170+18+27=215 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.07% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 170 - color contains mainly: red. Hex color #AA121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA121B is #55EDE4. Grayscale: #404040. Windows color (decimal): -5631461 or 1774250. OLE color: 1774250.
HSL color Cylindrical-coordinate representation of color #AA121B: hue angle of 356.45º 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 #AA121B is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 27 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.33 |
| HSL | 356.45º | 0.81% | 0.37% | - |
| HSV(B) | 356.45º | 0.89% | 0.67% | - |
| XYZ | 16.99 | 9.06 | 1.89 | - |
| YUV | 64.47 | 106.86 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 27 | 0 | 0.89 | 0.84 | 0.33 | 356.45 | 0.81 | 0.37 |
| Hex | AA | 12 | 1B | 0 | 59 | 54 | 21 | 164 | 51 | 25 |
| Octal | 252 | 22 | 33 | 0 | 131 | 124 | 41 | 544 | 121 | 45 |
| Binary | 10101010 | 10010 | 11011 | 0 | 1011001 | 1010100 | 100001 | 101100100 | 1010001 | 100101 |
Color Harmonies of #AA121B
Complementary color
Monochromatic Colors of #AA121B
Black with #AA121B
Text Example
Text Example
White with #AA121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA121B; }
p { color: rgb(170,18,27); }
H1.HeaderClassName
{
color: #AA121B;
}
.AnyTagClassName
{
color: #AA121B;
}
</style>
background-color css
<style>
a { background-color: #AA121B; }
a { background-color: rgb(170,18,27); }
div.DivClassName
{
background-color: #AA121B;
}
.BgClassName
{
background-color: #AA121B;
}
</style>
border-color css
<style>
span { border-color: #AA121B; }
span { border-color: rgb(170,18,27); }
td.TdClassName
{
border-color: #AA121B;
}
.TagClassName
{
border-color: #AA121B;
}
</style>