Shades of Carmine #AA0521
Tints of Carmine #AA0521
RGB
CMYK
RGB Variations
Color information
#AA0521 (or 0xAA0521) is known color: Carmine. HEX triplet: AA, 05 and 21. RGB value is (170,5,33). Sum of RGB (Red+Green+Blue) = 170+5+33=208 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.73% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0521 is #55FADE. Grayscale: #393939. Windows color (decimal): -5634783 or 2164138. OLE color: 2164138.
HSL color Cylindrical-coordinate representation of color #AA0521: hue angle of 349.82º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA0521 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 33 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.33 |
| HSL | 349.82º | 0.94% | 0.34% | - |
| HSV(B) | 349.82º | 0.97% | 0.67% | - |
| XYZ | 16.91 | 8.76 | 2.24 | - |
| YUV | 57.53 | 114.16 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 33 | 0 | 0.97 | 0.81 | 0.33 | 349.82 | 0.94 | 0.34 |
| Hex | AA | 5 | 21 | 0 | 61 | 51 | 21 | 15E | 5E | 22 |
| Octal | 252 | 5 | 41 | 0 | 141 | 121 | 41 | 536 | 136 | 42 |
| Binary | 10101010 | 101 | 100001 | 0 | 1100001 | 1010001 | 100001 | 101011110 | 1011110 | 100010 |
Color Harmonies of #AA0521
Complementary color
Monochromatic Colors of #AA0521
Black with #AA0521
Text Example
Text Example
White with #AA0521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0521; }
p { color: rgb(170,5,33); }
H1.HeaderClassName
{
color: #AA0521;
}
.AnyTagClassName
{
color: #AA0521;
}
</style>
background-color css
<style>
a { background-color: #AA0521; }
a { background-color: rgb(170,5,33); }
div.DivClassName
{
background-color: #AA0521;
}
.BgClassName
{
background-color: #AA0521;
}
</style>
border-color css
<style>
span { border-color: #AA0521; }
span { border-color: rgb(170,5,33); }
td.TdClassName
{
border-color: #AA0521;
}
.TagClassName
{
border-color: #AA0521;
}
</style>