Shades of Medium Carmine #AA4437
Tints of Medium Carmine #AA4437
RGB
CMYK
RGB Variations
Color information
#AA4437 (or 0xAA4437) is known color: Medium Carmine. HEX triplet: AA, 44 and 37. RGB value is (170,68,55). Sum of RGB (Red+Green+Blue) = 170+68+55=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4437 is #55BBC8. Grayscale: #616161. Windows color (decimal): -5618633 or 3622058. OLE color: 3622058.
HSL color Cylindrical-coordinate representation of color #AA4437: hue angle of 6.78º 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 #AA4437 is Cyan = 0, Magento = 0.6, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 55 | - |
| CMYK | 0 | 0.6 | 0.68 | 0.33 |
| HSL | 6.78º | 0.51% | 0.44% | - |
| HSV(B) | 6.78º | 0.68% | 0.67% | - |
| XYZ | 19.33 | 12.96 | 5.1 | - |
| YUV | 97.02 | 104.29 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 55 | 0 | 0.6 | 0.68 | 0.33 | 6.78 | 0.51 | 0.44 |
| Hex | AA | 44 | 37 | 0 | 3C | 44 | 21 | 7 | 33 | 2C |
| Octal | 252 | 104 | 67 | 0 | 74 | 104 | 41 | 7 | 63 | 54 |
| Binary | 10101010 | 1000100 | 110111 | 0 | 111100 | 1000100 | 100001 | 111 | 110011 | 101100 |
Color Harmonies of #AA4437
Complementary color
Monochromatic Colors of #AA4437
Black with #AA4437
Text Example
Text Example
White with #AA4437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4437; }
p { color: rgb(170,68,55); }
H1.HeaderClassName
{
color: #AA4437;
}
.AnyTagClassName
{
color: #AA4437;
}
</style>
background-color css
<style>
a { background-color: #AA4437; }
a { background-color: rgb(170,68,55); }
div.DivClassName
{
background-color: #AA4437;
}
.BgClassName
{
background-color: #AA4437;
}
</style>
border-color css
<style>
span { border-color: #AA4437; }
span { border-color: rgb(170,68,55); }
td.TdClassName
{
border-color: #AA4437;
}
.TagClassName
{
border-color: #AA4437;
}
</style>