Shades of Carmine #AA121F
Tints of Carmine #AA121F
RGB
CMYK
RGB Variations
Color information
#AA121F (or 0xAA121F) is known color: Carmine. HEX triplet: AA, 12 and 1F. RGB value is (170,18,31). Sum of RGB (Red+Green+Blue) = 170+18+31=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA121F is #55EDE0. Grayscale: #414141. Windows color (decimal): -5631457 or 2036394. OLE color: 2036394.
HSL color Cylindrical-coordinate representation of color #AA121F: hue angle of 354.87º 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 #AA121F is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 31 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.33 |
| HSL | 354.87º | 0.81% | 0.37% | - |
| HSV(B) | 354.87º | 0.89% | 0.67% | - |
| XYZ | 17.04 | 9.08 | 2.15 | - |
| YUV | 64.93 | 108.86 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 31 | 0 | 0.89 | 0.82 | 0.33 | 354.87 | 0.81 | 0.37 |
| Hex | AA | 12 | 1F | 0 | 59 | 52 | 21 | 163 | 51 | 25 |
| Octal | 252 | 22 | 37 | 0 | 131 | 122 | 41 | 543 | 121 | 45 |
| Binary | 10101010 | 10010 | 11111 | 0 | 1011001 | 1010010 | 100001 | 101100011 | 1010001 | 100101 |
Color Harmonies of #AA121F
Complementary color
Monochromatic Colors of #AA121F
Black with #AA121F
Text Example
Text Example
White with #AA121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA121F; }
p { color: rgb(170,18,31); }
H1.HeaderClassName
{
color: #AA121F;
}
.AnyTagClassName
{
color: #AA121F;
}
</style>
background-color css
<style>
a { background-color: #AA121F; }
a { background-color: rgb(170,18,31); }
div.DivClassName
{
background-color: #AA121F;
}
.BgClassName
{
background-color: #AA121F;
}
</style>
border-color css
<style>
span { border-color: #AA121F; }
span { border-color: rgb(170,18,31); }
td.TdClassName
{
border-color: #AA121F;
}
.TagClassName
{
border-color: #AA121F;
}
</style>