Shades of Medium Carmine #AA4637
Tints of Medium Carmine #AA4637
RGB
CMYK
RGB Variations
Color information
#AA4637 (or 0xAA4637) is known color: Medium Carmine. HEX triplet: AA, 46 and 37. RGB value is (170,70,55). Sum of RGB (Red+Green+Blue) = 170+70+55=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4637 is #55B9C8. Grayscale: #626262. Windows color (decimal): -5618121 or 3622570. OLE color: 3622570.
HSL color Cylindrical-coordinate representation of color #AA4637: hue angle of 7.83º 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 #AA4637 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 55 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.33 |
| HSL | 7.83º | 0.51% | 0.44% | - |
| HSV(B) | 7.83º | 0.68% | 0.67% | - |
| XYZ | 19.46 | 13.2 | 5.14 | - |
| YUV | 98.19 | 103.63 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 55 | 0 | 0.59 | 0.68 | 0.33 | 7.83 | 0.51 | 0.44 |
| Hex | AA | 46 | 37 | 0 | 3B | 44 | 21 | 8 | 33 | 2C |
| Octal | 252 | 106 | 67 | 0 | 73 | 104 | 41 | 10 | 63 | 54 |
| Binary | 10101010 | 1000110 | 110111 | 0 | 111011 | 1000100 | 100001 | 1000 | 110011 | 101100 |
Color Harmonies of #AA4637
Complementary color
Monochromatic Colors of #AA4637
Black with #AA4637
Text Example
Text Example
White with #AA4637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4637; }
p { color: rgb(170,70,55); }
H1.HeaderClassName
{
color: #AA4637;
}
.AnyTagClassName
{
color: #AA4637;
}
</style>
background-color css
<style>
a { background-color: #AA4637; }
a { background-color: rgb(170,70,55); }
div.DivClassName
{
background-color: #AA4637;
}
.BgClassName
{
background-color: #AA4637;
}
</style>
border-color css
<style>
span { border-color: #AA4637; }
span { border-color: rgb(170,70,55); }
td.TdClassName
{
border-color: #AA4637;
}
.TagClassName
{
border-color: #AA4637;
}
</style>