Shades of Medium Carmine #AA3837
Tints of Medium Carmine #AA3837
RGB
CMYK
RGB Variations
Color information
#AA3837 (or 0xAA3837) is known color: Medium Carmine. HEX triplet: AA, 38 and 37. RGB value is (170,56,55). Sum of RGB (Red+Green+Blue) = 170+56+55=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3837 is #55C7C8. Grayscale: #5A5A5A. Windows color (decimal): -5621705 or 3618986. OLE color: 3618986.
HSL color Cylindrical-coordinate representation of color #AA3837: hue angle of 0.52º 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 #AA3837 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 55 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.33 |
| HSL | 0.52º | 0.51% | 0.44% | - |
| HSV(B) | 0.52º | 0.68% | 0.67% | - |
| XYZ | 18.68 | 11.65 | 4.88 | - |
| YUV | 89.97 | 108.27 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 55 | 0 | 0.67 | 0.68 | 0.33 | 0.52 | 0.51 | 0.44 |
| Hex | AA | 38 | 37 | 0 | 43 | 44 | 21 | 1 | 33 | 2C |
| Octal | 252 | 70 | 67 | 0 | 103 | 104 | 41 | 1 | 63 | 54 |
| Binary | 10101010 | 111000 | 110111 | 0 | 1000011 | 1000100 | 100001 | 1 | 110011 | 101100 |
Color Harmonies of #AA3837
Complementary color
Monochromatic Colors of #AA3837
Black with #AA3837
Text Example
Text Example
White with #AA3837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3837; }
p { color: rgb(170,56,55); }
H1.HeaderClassName
{
color: #AA3837;
}
.AnyTagClassName
{
color: #AA3837;
}
</style>
background-color css
<style>
a { background-color: #AA3837; }
a { background-color: rgb(170,56,55); }
div.DivClassName
{
background-color: #AA3837;
}
.BgClassName
{
background-color: #AA3837;
}
</style>
border-color css
<style>
span { border-color: #AA3837; }
span { border-color: rgb(170,56,55); }
td.TdClassName
{
border-color: #AA3837;
}
.TagClassName
{
border-color: #AA3837;
}
</style>