Shades of Carmine #AA0032
Tints of Carmine #AA0032
RGB
CMYK
RGB Variations
Color information
#AA0032 (or 0xAA0032) is known color: Carmine. HEX triplet: AA, 00 and 32. RGB value is (170,0,50). Sum of RGB (Red+Green+Blue) = 170+0+50=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0032 is #55FFCD. Grayscale: #383838. Windows color (decimal): -5636046 or 3276970. OLE color: 3276970.
HSL color Cylindrical-coordinate representation of color #AA0032: hue angle of 342.35º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA0032 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.71 | 0.33 |
| HSL | 342.35º | 1% | 0.33% | - |
| HSV(B) | 342.35º | 1% | 0.67% | - |
| XYZ | 17.15 | 8.78 | 3.81 | - |
| YUV | 56.53 | 124.32 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 50 | 0 | 1 | 0.71 | 0.33 | 342.35 | 1 | 0.33 |
| Hex | AA | 0 | 32 | 0 | 64 | 47 | 21 | 156 | 64 | 21 |
| Octal | 252 | 0 | 62 | 0 | 144 | 107 | 41 | 526 | 144 | 41 |
| Binary | 10101010 | 0 | 110010 | 0 | 1100100 | 1000111 | 100001 | 101010110 | 1100100 | 100001 |
Color Harmonies of #AA0032
Complementary color
Monochromatic Colors of #AA0032
Black with #AA0032
Text Example
Text Example
White with #AA0032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0032; }
p { color: rgb(170,0,50); }
H1.HeaderClassName
{
color: #AA0032;
}
.AnyTagClassName
{
color: #AA0032;
}
</style>
background-color css
<style>
a { background-color: #AA0032; }
a { background-color: rgb(170,0,50); }
div.DivClassName
{
background-color: #AA0032;
}
.BgClassName
{
background-color: #AA0032;
}
</style>
border-color css
<style>
span { border-color: #AA0032; }
span { border-color: rgb(170,0,50); }
td.TdClassName
{
border-color: #AA0032;
}
.TagClassName
{
border-color: #AA0032;
}
</style>