Shades of Medium Carmine #AA3937
Tints of Medium Carmine #AA3937
RGB
CMYK
RGB Variations
Color information
#AA3937 (or 0xAA3937) is known color: Medium Carmine. HEX triplet: AA, 39 and 37. RGB value is (170,57,55). Sum of RGB (Red+Green+Blue) = 170+57+55=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3937 is #55C6C8. Grayscale: #5A5A5A. Windows color (decimal): -5621449 or 3619242. OLE color: 3619242.
HSL color Cylindrical-coordinate representation of color #AA3937: hue angle of 1.04º 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 #AA3937 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 55 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.33 |
| HSL | 1.04º | 0.51% | 0.44% | - |
| HSV(B) | 1.04º | 0.68% | 0.67% | - |
| XYZ | 18.73 | 11.75 | 4.89 | - |
| YUV | 90.56 | 107.94 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 55 | 0 | 0.66 | 0.68 | 0.33 | 1.04 | 0.51 | 0.44 |
| Hex | AA | 39 | 37 | 0 | 42 | 44 | 21 | 1 | 33 | 2C |
| Octal | 252 | 71 | 67 | 0 | 102 | 104 | 41 | 1 | 63 | 54 |
| Binary | 10101010 | 111001 | 110111 | 0 | 1000010 | 1000100 | 100001 | 1 | 110011 | 101100 |
Color Harmonies of #AA3937
Complementary color
Monochromatic Colors of #AA3937
Black with #AA3937
Text Example
Text Example
White with #AA3937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3937; }
p { color: rgb(170,57,55); }
H1.HeaderClassName
{
color: #AA3937;
}
.AnyTagClassName
{
color: #AA3937;
}
</style>
background-color css
<style>
a { background-color: #AA3937; }
a { background-color: rgb(170,57,55); }
div.DivClassName
{
background-color: #AA3937;
}
.BgClassName
{
background-color: #AA3937;
}
</style>
border-color css
<style>
span { border-color: #AA3937; }
span { border-color: rgb(170,57,55); }
td.TdClassName
{
border-color: #AA3937;
}
.TagClassName
{
border-color: #AA3937;
}
</style>