Shades of Carmine #AA1521
Tints of Carmine #AA1521
RGB
CMYK
RGB Variations
Color information
#AA1521 (or 0xAA1521) is known color: Carmine. HEX triplet: AA, 15 and 21. RGB value is (170,21,33). Sum of RGB (Red+Green+Blue) = 170+21+33=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1521 is #55EADE. Grayscale: #434343. Windows color (decimal): -5630687 or 2168234. OLE color: 2168234.
HSL color Cylindrical-coordinate representation of color #AA1521: hue angle of 355.17º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1521 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 33 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.33 |
| HSL | 355.17º | 0.78% | 0.37% | - |
| HSV(B) | 355.17º | 0.88% | 0.67% | - |
| XYZ | 17.12 | 9.19 | 2.31 | - |
| YUV | 66.92 | 108.86 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 33 | 0 | 0.88 | 0.81 | 0.33 | 355.17 | 0.78 | 0.37 |
| Hex | AA | 15 | 21 | 0 | 58 | 51 | 21 | 163 | 4E | 25 |
| Octal | 252 | 25 | 41 | 0 | 130 | 121 | 41 | 543 | 116 | 45 |
| Binary | 10101010 | 10101 | 100001 | 0 | 1011000 | 1010001 | 100001 | 101100011 | 1001110 | 100101 |
Color Harmonies of #AA1521
Complementary color
Monochromatic Colors of #AA1521
Black with #AA1521
Text Example
Text Example
White with #AA1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1521; }
p { color: rgb(170,21,33); }
H1.HeaderClassName
{
color: #AA1521;
}
.AnyTagClassName
{
color: #AA1521;
}
</style>
background-color css
<style>
a { background-color: #AA1521; }
a { background-color: rgb(170,21,33); }
div.DivClassName
{
background-color: #AA1521;
}
.BgClassName
{
background-color: #AA1521;
}
</style>
border-color css
<style>
span { border-color: #AA1521; }
span { border-color: rgb(170,21,33); }
td.TdClassName
{
border-color: #AA1521;
}
.TagClassName
{
border-color: #AA1521;
}
</style>