Shades of Medium Carmine #AA4132
Tints of Medium Carmine #AA4132
RGB
CMYK
RGB Variations
Color information
#AA4132 (or 0xAA4132) is known color: Medium Carmine. HEX triplet: AA, 41 and 32. RGB value is (170,65,50). Sum of RGB (Red+Green+Blue) = 170+65+50=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4132 is #55BECD. Grayscale: #5E5E5E. Windows color (decimal): -5619406 or 3293610. OLE color: 3293610.
HSL color Cylindrical-coordinate representation of color #AA4132: hue angle of 7.5º 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 #AA4132 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 50 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.33 |
| HSL | 7.5º | 0.55% | 0.43% | - |
| HSV(B) | 7.5º | 0.71% | 0.67% | - |
| XYZ | 19.04 | 12.56 | 4.44 | - |
| YUV | 94.69 | 102.79 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 50 | 0 | 0.62 | 0.71 | 0.33 | 7.5 | 0.55 | 0.43 |
| Hex | AA | 41 | 32 | 0 | 3E | 47 | 21 | 8 | 37 | 2B |
| Octal | 252 | 101 | 62 | 0 | 76 | 107 | 41 | 10 | 67 | 53 |
| Binary | 10101010 | 1000001 | 110010 | 0 | 111110 | 1000111 | 100001 | 1000 | 110111 | 101011 |
Color Harmonies of #AA4132
Complementary color
Monochromatic Colors of #AA4132
Black with #AA4132
Text Example
Text Example
White with #AA4132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4132; }
p { color: rgb(170,65,50); }
H1.HeaderClassName
{
color: #AA4132;
}
.AnyTagClassName
{
color: #AA4132;
}
</style>
background-color css
<style>
a { background-color: #AA4132; }
a { background-color: rgb(170,65,50); }
div.DivClassName
{
background-color: #AA4132;
}
.BgClassName
{
background-color: #AA4132;
}
</style>
border-color css
<style>
span { border-color: #AA4132; }
span { border-color: rgb(170,65,50); }
td.TdClassName
{
border-color: #AA4132;
}
.TagClassName
{
border-color: #AA4132;
}
</style>