Shades of Medium Carmine #AA3E2E
Tints of Medium Carmine #AA3E2E
RGB
CMYK
RGB Variations
Color information
#AA3E2E (or 0xAA3E2E) is known color: Medium Carmine. HEX triplet: AA, 3E and 2E. RGB value is (170,62,46). Sum of RGB (Red+Green+Blue) = 170+62+46=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3E2E is #55C1D1. Grayscale: #5C5C5C. Windows color (decimal): -5620178 or 3030698. OLE color: 3030698.
HSL color Cylindrical-coordinate representation of color #AA3E2E: hue angle of 7.74º 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 #AA3E2E is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 62 | 46 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.33 |
| HSL | 7.74º | 0.57% | 0.42% | - |
| HSV(B) | 7.74º | 0.73% | 0.67% | - |
| XYZ | 18.79 | 12.19 | 3.95 | - |
| YUV | 92.47 | 101.78 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 46 | 0 | 0.64 | 0.73 | 0.33 | 7.74 | 0.57 | 0.42 |
| Hex | AA | 3E | 2E | 0 | 40 | 49 | 21 | 8 | 39 | 2A |
| Octal | 252 | 76 | 56 | 0 | 100 | 111 | 41 | 10 | 71 | 52 |
| Binary | 10101010 | 111110 | 101110 | 0 | 1000000 | 1001001 | 100001 | 1000 | 111001 | 101010 |
Color Harmonies of #AA3E2E
Complementary color
Monochromatic Colors of #AA3E2E
Black with #AA3E2E
Text Example
Text Example
White with #AA3E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3E2E; }
p { color: rgb(170,62,46); }
H1.HeaderClassName
{
color: #AA3E2E;
}
.AnyTagClassName
{
color: #AA3E2E;
}
</style>
background-color css
<style>
a { background-color: #AA3E2E; }
a { background-color: rgb(170,62,46); }
div.DivClassName
{
background-color: #AA3E2E;
}
.BgClassName
{
background-color: #AA3E2E;
}
</style>
border-color css
<style>
span { border-color: #AA3E2E; }
span { border-color: rgb(170,62,46); }
td.TdClassName
{
border-color: #AA3E2E;
}
.TagClassName
{
border-color: #AA3E2E;
}
</style>