Shades of Medium Carmine #AA3A37
Tints of Medium Carmine #AA3A37
RGB
CMYK
RGB Variations
Color information
#AA3A37 (or 0xAA3A37) is known color: Medium Carmine. HEX triplet: AA, 3A and 37. RGB value is (170,58,55). Sum of RGB (Red+Green+Blue) = 170+58+55=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A37 is #55C5C8. Grayscale: #5B5B5B. Windows color (decimal): -5621193 or 3619498. OLE color: 3619498.
HSL color Cylindrical-coordinate representation of color #AA3A37: hue angle of 1.57º 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 #AA3A37 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 55 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.33 |
| HSL | 1.57º | 0.51% | 0.44% | - |
| HSV(B) | 1.57º | 0.68% | 0.67% | - |
| XYZ | 18.78 | 11.85 | 4.91 | - |
| YUV | 91.15 | 107.61 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 55 | 0 | 0.66 | 0.68 | 0.33 | 1.57 | 0.51 | 0.44 |
| Hex | AA | 3A | 37 | 0 | 42 | 44 | 21 | 2 | 33 | 2C |
| Octal | 252 | 72 | 67 | 0 | 102 | 104 | 41 | 2 | 63 | 54 |
| Binary | 10101010 | 111010 | 110111 | 0 | 1000010 | 1000100 | 100001 | 10 | 110011 | 101100 |
Color Harmonies of #AA3A37
Complementary color
Monochromatic Colors of #AA3A37
Black with #AA3A37
Text Example
Text Example
White with #AA3A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A37; }
p { color: rgb(170,58,55); }
H1.HeaderClassName
{
color: #AA3A37;
}
.AnyTagClassName
{
color: #AA3A37;
}
</style>
background-color css
<style>
a { background-color: #AA3A37; }
a { background-color: rgb(170,58,55); }
div.DivClassName
{
background-color: #AA3A37;
}
.BgClassName
{
background-color: #AA3A37;
}
</style>
border-color css
<style>
span { border-color: #AA3A37; }
span { border-color: rgb(170,58,55); }
td.TdClassName
{
border-color: #AA3A37;
}
.TagClassName
{
border-color: #AA3A37;
}
</style>