Shades of Medium Carmine #AA3C2E
Tints of Medium Carmine #AA3C2E
RGB
CMYK
RGB Variations
Color information
#AA3C2E (or 0xAA3C2E) is known color: Medium Carmine. HEX triplet: AA, 3C and 2E. RGB value is (170,60,46). Sum of RGB (Red+Green+Blue) = 170+60+46=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3C2E is #55C3D1. Grayscale: #5B5B5B. Windows color (decimal): -5620690 or 3030186. OLE color: 3030186.
HSL color Cylindrical-coordinate representation of color #AA3C2E: hue angle of 6.77º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA3C2E is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 46 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.33 |
| HSL | 6.77º | 0.57% | 0.42% | - |
| HSV(B) | 6.77º | 0.73% | 0.67% | - |
| XYZ | 18.69 | 11.98 | 3.91 | - |
| YUV | 91.29 | 102.44 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 46 | 0 | 0.65 | 0.73 | 0.33 | 6.77 | 0.57 | 0.42 |
| Hex | AA | 3C | 2E | 0 | 41 | 49 | 21 | 7 | 39 | 2A |
| Octal | 252 | 74 | 56 | 0 | 101 | 111 | 41 | 7 | 71 | 52 |
| Binary | 10101010 | 111100 | 101110 | 0 | 1000001 | 1001001 | 100001 | 111 | 111001 | 101010 |
Color Harmonies of #AA3C2E
Complementary color
Monochromatic Colors of #AA3C2E
Black with #AA3C2E
Text Example
Text Example
White with #AA3C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C2E; }
p { color: rgb(170,60,46); }
H1.HeaderClassName
{
color: #AA3C2E;
}
.AnyTagClassName
{
color: #AA3C2E;
}
</style>
background-color css
<style>
a { background-color: #AA3C2E; }
a { background-color: rgb(170,60,46); }
div.DivClassName
{
background-color: #AA3C2E;
}
.BgClassName
{
background-color: #AA3C2E;
}
</style>
border-color css
<style>
span { border-color: #AA3C2E; }
span { border-color: rgb(170,60,46); }
td.TdClassName
{
border-color: #AA3C2E;
}
.TagClassName
{
border-color: #AA3C2E;
}
</style>