Shades of Medium Carmine #AA3F36
Tints of Medium Carmine #AA3F36
RGB
CMYK
RGB Variations
Color information
#AA3F36 (or 0xAA3F36) is known color: Medium Carmine. HEX triplet: AA, 3F and 36. RGB value is (170,63,54). Sum of RGB (Red+Green+Blue) = 170+63+54=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3F36 is #55C0C9. Grayscale: #5E5E5E. Windows color (decimal): -5619914 or 3555242. OLE color: 3555242.
HSL color Cylindrical-coordinate representation of color #AA3F36: hue angle of 4.66º degrees, saturation: 0.52, 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 #AA3F36 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 54 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.33 |
| HSL | 4.66º | 0.52% | 0.44% | - |
| HSV(B) | 4.66º | 0.68% | 0.67% | - |
| XYZ | 19.02 | 12.37 | 4.87 | - |
| YUV | 93.97 | 105.45 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 54 | 0 | 0.63 | 0.68 | 0.33 | 4.66 | 0.52 | 0.44 |
| Hex | AA | 3F | 36 | 0 | 3F | 44 | 21 | 5 | 34 | 2C |
| Octal | 252 | 77 | 66 | 0 | 77 | 104 | 41 | 5 | 64 | 54 |
| Binary | 10101010 | 111111 | 110110 | 0 | 111111 | 1000100 | 100001 | 101 | 110100 | 101100 |
Color Harmonies of #AA3F36
Complementary color
Monochromatic Colors of #AA3F36
Black with #AA3F36
Text Example
Text Example
White with #AA3F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F36; }
p { color: rgb(170,63,54); }
H1.HeaderClassName
{
color: #AA3F36;
}
.AnyTagClassName
{
color: #AA3F36;
}
</style>
background-color css
<style>
a { background-color: #AA3F36; }
a { background-color: rgb(170,63,54); }
div.DivClassName
{
background-color: #AA3F36;
}
.BgClassName
{
background-color: #AA3F36;
}
</style>
border-color css
<style>
span { border-color: #AA3F36; }
span { border-color: rgb(170,63,54); }
td.TdClassName
{
border-color: #AA3F36;
}
.TagClassName
{
border-color: #AA3F36;
}
</style>