Shades of Medium Carmine #AA3E32
Tints of Medium Carmine #AA3E32
RGB
CMYK
RGB Variations
Color information
#AA3E32 (or 0xAA3E32) is known color: Medium Carmine. HEX triplet: AA, 3E and 32. RGB value is (170,62,50). Sum of RGB (Red+Green+Blue) = 170+62+50=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3E32 is #55C1CD. Grayscale: #5D5D5D. Windows color (decimal): -5620174 or 3292842. OLE color: 3292842.
HSL color Cylindrical-coordinate representation of color #AA3E32: hue angle of 6º 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 #AA3E32 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 62 | 50 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.33 |
| HSL | 6º | 0.55% | 0.43% | - |
| HSV(B) | 6º | 0.71% | 0.67% | - |
| XYZ | 18.88 | 12.22 | 4.38 | - |
| YUV | 92.92 | 103.78 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 50 | 0 | 0.64 | 0.71 | 0.33 | 6 | 0.55 | 0.43 |
| Hex | AA | 3E | 32 | 0 | 40 | 47 | 21 | 6 | 37 | 2B |
| Octal | 252 | 76 | 62 | 0 | 100 | 107 | 41 | 6 | 67 | 53 |
| Binary | 10101010 | 111110 | 110010 | 0 | 1000000 | 1000111 | 100001 | 110 | 110111 | 101011 |
Color Harmonies of #AA3E32
Complementary color
Monochromatic Colors of #AA3E32
Black with #AA3E32
Text Example
Text Example
White with #AA3E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3E32; }
p { color: rgb(170,62,50); }
H1.HeaderClassName
{
color: #AA3E32;
}
.AnyTagClassName
{
color: #AA3E32;
}
</style>
background-color css
<style>
a { background-color: #AA3E32; }
a { background-color: rgb(170,62,50); }
div.DivClassName
{
background-color: #AA3E32;
}
.BgClassName
{
background-color: #AA3E32;
}
</style>
border-color css
<style>
span { border-color: #AA3E32; }
span { border-color: rgb(170,62,50); }
td.TdClassName
{
border-color: #AA3E32;
}
.TagClassName
{
border-color: #AA3E32;
}
</style>