Shades of Carmine #AA052B
Tints of Carmine #AA052B
RGB
CMYK
RGB Variations
Color information
#AA052B (or 0xAA052B) is known color: Carmine. HEX triplet: AA, 05 and 2B. RGB value is (170,5,43). Sum of RGB (Red+Green+Blue) = 170+5+43=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA052B is #55FAD4. Grayscale: #3A3A3A. Windows color (decimal): -5634773 or 2819498. OLE color: 2819498.
HSL color Cylindrical-coordinate representation of color #AA052B: hue angle of 346.18º 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 #AA052B is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 43 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.33 |
| HSL | 346.18º | 0.94% | 0.34% | - |
| HSV(B) | 346.18º | 0.97% | 0.67% | - |
| XYZ | 17.07 | 8.83 | 3.09 | - |
| YUV | 58.67 | 119.16 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 43 | 0 | 0.97 | 0.75 | 0.33 | 346.18 | 0.94 | 0.34 |
| Hex | AA | 5 | 2B | 0 | 61 | 4B | 21 | 15A | 5E | 22 |
| Octal | 252 | 5 | 53 | 0 | 141 | 113 | 41 | 532 | 136 | 42 |
| Binary | 10101010 | 101 | 101011 | 0 | 1100001 | 1001011 | 100001 | 101011010 | 1011110 | 100010 |
Color Harmonies of #AA052B
Complementary color
Monochromatic Colors of #AA052B
Black with #AA052B
Text Example
Text Example
White with #AA052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA052B; }
p { color: rgb(170,5,43); }
H1.HeaderClassName
{
color: #AA052B;
}
.AnyTagClassName
{
color: #AA052B;
}
</style>
background-color css
<style>
a { background-color: #AA052B; }
a { background-color: rgb(170,5,43); }
div.DivClassName
{
background-color: #AA052B;
}
.BgClassName
{
background-color: #AA052B;
}
</style>
border-color css
<style>
span { border-color: #AA052B; }
span { border-color: rgb(170,5,43); }
td.TdClassName
{
border-color: #AA052B;
}
.TagClassName
{
border-color: #AA052B;
}
</style>