Shades of Carmine #AA052E
Tints of Carmine #AA052E
RGB
CMYK
RGB Variations
Color information
#AA052E (or 0xAA052E) is known color: Carmine. HEX triplet: AA, 05 and 2E. RGB value is (170,5,46). Sum of RGB (Red+Green+Blue) = 170+5+46=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA052E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA052E is #55FAD1. Grayscale: #3B3B3B. Windows color (decimal): -5634770 or 3016106. OLE color: 3016106.
HSL color Cylindrical-coordinate representation of color #AA052E: hue angle of 345.09º 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 #AA052E is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 46 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.33 |
| HSL | 345.09º | 0.94% | 0.34% | - |
| HSV(B) | 345.09º | 0.97% | 0.67% | - |
| XYZ | 17.12 | 8.85 | 3.39 | - |
| YUV | 59.01 | 120.66 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 46 | 0 | 0.97 | 0.73 | 0.33 | 345.09 | 0.94 | 0.34 |
| Hex | AA | 5 | 2E | 0 | 61 | 49 | 21 | 159 | 5E | 22 |
| Octal | 252 | 5 | 56 | 0 | 141 | 111 | 41 | 531 | 136 | 42 |
| Binary | 10101010 | 101 | 101110 | 0 | 1100001 | 1001001 | 100001 | 101011001 | 1011110 | 100010 |
Color Harmonies of #AA052E
Complementary color
Monochromatic Colors of #AA052E
Black with #AA052E
Text Example
Text Example
White with #AA052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA052E; }
p { color: rgb(170,5,46); }
H1.HeaderClassName
{
color: #AA052E;
}
.AnyTagClassName
{
color: #AA052E;
}
</style>
background-color css
<style>
a { background-color: #AA052E; }
a { background-color: rgb(170,5,46); }
div.DivClassName
{
background-color: #AA052E;
}
.BgClassName
{
background-color: #AA052E;
}
</style>
border-color css
<style>
span { border-color: #AA052E; }
span { border-color: rgb(170,5,46); }
td.TdClassName
{
border-color: #AA052E;
}
.TagClassName
{
border-color: #AA052E;
}
</style>