Shades of Medium Carmine #AA4232
Tints of Medium Carmine #AA4232
RGB
CMYK
RGB Variations
Color information
#AA4232 (or 0xAA4232) is known color: Medium Carmine. HEX triplet: AA, 42 and 32. RGB value is (170,66,50). Sum of RGB (Red+Green+Blue) = 170+66+50=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4232 is #55BDCD. Grayscale: #5F5F5F. Windows color (decimal): -5619150 or 3293866. OLE color: 3293866.
HSL color Cylindrical-coordinate representation of color #AA4232: hue angle of 8º 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 #AA4232 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 50 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.33 |
| HSL | 8º | 0.55% | 0.43% | - |
| HSV(B) | 8º | 0.71% | 0.67% | - |
| XYZ | 19.1 | 12.67 | 4.46 | - |
| YUV | 95.27 | 102.46 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 50 | 0 | 0.61 | 0.71 | 0.33 | 8 | 0.55 | 0.43 |
| Hex | AA | 42 | 32 | 0 | 3D | 47 | 21 | 8 | 37 | 2B |
| Octal | 252 | 102 | 62 | 0 | 75 | 107 | 41 | 10 | 67 | 53 |
| Binary | 10101010 | 1000010 | 110010 | 0 | 111101 | 1000111 | 100001 | 1000 | 110111 | 101011 |
Color Harmonies of #AA4232
Complementary color
Monochromatic Colors of #AA4232
Black with #AA4232
Text Example
Text Example
White with #AA4232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4232; }
p { color: rgb(170,66,50); }
H1.HeaderClassName
{
color: #AA4232;
}
.AnyTagClassName
{
color: #AA4232;
}
</style>
background-color css
<style>
a { background-color: #AA4232; }
a { background-color: rgb(170,66,50); }
div.DivClassName
{
background-color: #AA4232;
}
.BgClassName
{
background-color: #AA4232;
}
</style>
border-color css
<style>
span { border-color: #AA4232; }
span { border-color: rgb(170,66,50); }
td.TdClassName
{
border-color: #AA4232;
}
.TagClassName
{
border-color: #AA4232;
}
</style>