Shades of Carmine #AA0531
Tints of Carmine #AA0531
RGB
CMYK
RGB Variations
Color information
#AA0531 (or 0xAA0531) is known color: Carmine. HEX triplet: AA, 05 and 31. RGB value is (170,5,49). Sum of RGB (Red+Green+Blue) = 170+5+49=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0531 is #55FACE. Grayscale: #3B3B3B. Windows color (decimal): -5634767 or 3212714. OLE color: 3212714.
HSL color Cylindrical-coordinate representation of color #AA0531: hue angle of 344º 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 #AA0531 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 49 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.33 |
| HSL | 344º | 0.94% | 0.34% | - |
| HSV(B) | 344º | 0.97% | 0.67% | - |
| XYZ | 17.19 | 8.88 | 3.71 | - |
| YUV | 59.35 | 122.16 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 49 | 0 | 0.97 | 0.71 | 0.33 | 344 | 0.94 | 0.34 |
| Hex | AA | 5 | 31 | 0 | 61 | 47 | 21 | 158 | 5E | 22 |
| Octal | 252 | 5 | 61 | 0 | 141 | 107 | 41 | 530 | 136 | 42 |
| Binary | 10101010 | 101 | 110001 | 0 | 1100001 | 1000111 | 100001 | 101011000 | 1011110 | 100010 |
Color Harmonies of #AA0531
Complementary color
Monochromatic Colors of #AA0531
Black with #AA0531
Text Example
Text Example
White with #AA0531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0531; }
p { color: rgb(170,5,49); }
H1.HeaderClassName
{
color: #AA0531;
}
.AnyTagClassName
{
color: #AA0531;
}
</style>
background-color css
<style>
a { background-color: #AA0531; }
a { background-color: rgb(170,5,49); }
div.DivClassName
{
background-color: #AA0531;
}
.BgClassName
{
background-color: #AA0531;
}
</style>
border-color css
<style>
span { border-color: #AA0531; }
span { border-color: rgb(170,5,49); }
td.TdClassName
{
border-color: #AA0531;
}
.TagClassName
{
border-color: #AA0531;
}
</style>