Shades of Medium Carmine #AA4037
Tints of Medium Carmine #AA4037
RGB
CMYK
RGB Variations
Color information
#AA4037 (or 0xAA4037) is known color: Medium Carmine. HEX triplet: AA, 40 and 37. RGB value is (170,64,55). Sum of RGB (Red+Green+Blue) = 170+64+55=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4037 is #55BFC8. Grayscale: #5E5E5E. Windows color (decimal): -5619657 or 3621034. OLE color: 3621034.
HSL color Cylindrical-coordinate representation of color #AA4037: hue angle of 4.7º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA4037 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 55 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.33 |
| HSL | 4.7º | 0.51% | 0.44% | - |
| HSV(B) | 4.7º | 0.68% | 0.67% | - |
| XYZ | 19.1 | 12.49 | 5.02 | - |
| YUV | 94.67 | 105.62 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 55 | 0 | 0.62 | 0.68 | 0.33 | 4.7 | 0.51 | 0.44 |
| Hex | AA | 40 | 37 | 0 | 3E | 44 | 21 | 5 | 33 | 2C |
| Octal | 252 | 100 | 67 | 0 | 76 | 104 | 41 | 5 | 63 | 54 |
| Binary | 10101010 | 1000000 | 110111 | 0 | 111110 | 1000100 | 100001 | 101 | 110011 | 101100 |
Color Harmonies of #AA4037
Complementary color
Monochromatic Colors of #AA4037
Black with #AA4037
Text Example
Text Example
White with #AA4037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4037; }
p { color: rgb(170,64,55); }
H1.HeaderClassName
{
color: #AA4037;
}
.AnyTagClassName
{
color: #AA4037;
}
</style>
background-color css
<style>
a { background-color: #AA4037; }
a { background-color: rgb(170,64,55); }
div.DivClassName
{
background-color: #AA4037;
}
.BgClassName
{
background-color: #AA4037;
}
</style>
border-color css
<style>
span { border-color: #AA4037; }
span { border-color: rgb(170,64,55); }
td.TdClassName
{
border-color: #AA4037;
}
.TagClassName
{
border-color: #AA4037;
}
</style>