Shades of Carmine #AA0529
Tints of Carmine #AA0529
RGB
CMYK
RGB Variations
Color information
#AA0529 (or 0xAA0529) is known color: Carmine. HEX triplet: AA, 05 and 29. RGB value is (170,5,41). Sum of RGB (Red+Green+Blue) = 170+5+41=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0529 is #55FAD6. Grayscale: #3A3A3A. Windows color (decimal): -5634775 or 2688426. OLE color: 2688426.
HSL color Cylindrical-coordinate representation of color #AA0529: hue angle of 346.91º 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 #AA0529 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 41 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.33 |
| HSL | 346.91º | 0.94% | 0.34% | - |
| HSV(B) | 346.91º | 0.97% | 0.67% | - |
| XYZ | 17.03 | 8.81 | 2.9 | - |
| YUV | 58.44 | 118.16 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 41 | 0 | 0.97 | 0.76 | 0.33 | 346.91 | 0.94 | 0.34 |
| Hex | AA | 5 | 29 | 0 | 61 | 4C | 21 | 15B | 5E | 22 |
| Octal | 252 | 5 | 51 | 0 | 141 | 114 | 41 | 533 | 136 | 42 |
| Binary | 10101010 | 101 | 101001 | 0 | 1100001 | 1001100 | 100001 | 101011011 | 1011110 | 100010 |
Color Harmonies of #AA0529
Complementary color
Monochromatic Colors of #AA0529
Black with #AA0529
Text Example
Text Example
White with #AA0529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0529; }
p { color: rgb(170,5,41); }
H1.HeaderClassName
{
color: #AA0529;
}
.AnyTagClassName
{
color: #AA0529;
}
</style>
background-color css
<style>
a { background-color: #AA0529; }
a { background-color: rgb(170,5,41); }
div.DivClassName
{
background-color: #AA0529;
}
.BgClassName
{
background-color: #AA0529;
}
</style>
border-color css
<style>
span { border-color: #AA0529; }
span { border-color: rgb(170,5,41); }
td.TdClassName
{
border-color: #AA0529;
}
.TagClassName
{
border-color: #AA0529;
}
</style>