Shades of Medium Carmine #AA4032
Tints of Medium Carmine #AA4032
RGB
CMYK
RGB Variations
Color information
#AA4032 (or 0xAA4032) is known color: Medium Carmine. HEX triplet: AA, 40 and 32. RGB value is (170,64,50). Sum of RGB (Red+Green+Blue) = 170+64+50=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4032 is #55BFCD. Grayscale: #5E5E5E. Windows color (decimal): -5619662 or 3293354. OLE color: 3293354.
HSL color Cylindrical-coordinate representation of color #AA4032: hue angle of 7º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA4032 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 50 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.33 |
| HSL | 7º | 0.55% | 0.43% | - |
| HSV(B) | 7º | 0.71% | 0.67% | - |
| XYZ | 18.99 | 12.44 | 4.42 | - |
| YUV | 94.1 | 103.12 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 50 | 0 | 0.62 | 0.71 | 0.33 | 7 | 0.55 | 0.43 |
| Hex | AA | 40 | 32 | 0 | 3E | 47 | 21 | 7 | 37 | 2B |
| Octal | 252 | 100 | 62 | 0 | 76 | 107 | 41 | 7 | 67 | 53 |
| Binary | 10101010 | 1000000 | 110010 | 0 | 111110 | 1000111 | 100001 | 111 | 110111 | 101011 |
Color Harmonies of #AA4032
Complementary color
Monochromatic Colors of #AA4032
Black with #AA4032
Text Example
Text Example
White with #AA4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4032; }
p { color: rgb(170,64,50); }
H1.HeaderClassName
{
color: #AA4032;
}
.AnyTagClassName
{
color: #AA4032;
}
</style>
background-color css
<style>
a { background-color: #AA4032; }
a { background-color: rgb(170,64,50); }
div.DivClassName
{
background-color: #AA4032;
}
.BgClassName
{
background-color: #AA4032;
}
</style>
border-color css
<style>
span { border-color: #AA4032; }
span { border-color: rgb(170,64,50); }
td.TdClassName
{
border-color: #AA4032;
}
.TagClassName
{
border-color: #AA4032;
}
</style>