Shades of Carmine #AA052A
Tints of Carmine #AA052A
RGB
CMYK
RGB Variations
Color information
#AA052A (or 0xAA052A) is known color: Carmine. HEX triplet: AA, 05 and 2A. RGB value is (170,5,42). Sum of RGB (Red+Green+Blue) = 170+5+42=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA052A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA052A is #55FAD5. Grayscale: #3A3A3A. Windows color (decimal): -5634774 or 2753962. OLE color: 2753962.
HSL color Cylindrical-coordinate representation of color #AA052A: hue angle of 346.55º 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 #AA052A is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 42 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.33 |
| HSL | 346.55º | 0.94% | 0.34% | - |
| HSV(B) | 346.55º | 0.97% | 0.67% | - |
| XYZ | 17.05 | 8.82 | 2.99 | - |
| YUV | 58.55 | 118.66 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 42 | 0 | 0.97 | 0.75 | 0.33 | 346.55 | 0.94 | 0.34 |
| Hex | AA | 5 | 2A | 0 | 61 | 4B | 21 | 15B | 5E | 22 |
| Octal | 252 | 5 | 52 | 0 | 141 | 113 | 41 | 533 | 136 | 42 |
| Binary | 10101010 | 101 | 101010 | 0 | 1100001 | 1001011 | 100001 | 101011011 | 1011110 | 100010 |
Color Harmonies of #AA052A
Complementary color
Monochromatic Colors of #AA052A
Black with #AA052A
Text Example
Text Example
White with #AA052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA052A; }
p { color: rgb(170,5,42); }
H1.HeaderClassName
{
color: #AA052A;
}
.AnyTagClassName
{
color: #AA052A;
}
</style>
background-color css
<style>
a { background-color: #AA052A; }
a { background-color: rgb(170,5,42); }
div.DivClassName
{
background-color: #AA052A;
}
.BgClassName
{
background-color: #AA052A;
}
</style>
border-color css
<style>
span { border-color: #AA052A; }
span { border-color: rgb(170,5,42); }
td.TdClassName
{
border-color: #AA052A;
}
.TagClassName
{
border-color: #AA052A;
}
</style>