Shades of Medium Carmine #AA3D2E
Tints of Medium Carmine #AA3D2E
RGB
CMYK
RGB Variations
Color information
#AA3D2E (or 0xAA3D2E) is known color: Medium Carmine. HEX triplet: AA, 3D and 2E. RGB value is (170,61,46). Sum of RGB (Red+Green+Blue) = 170+61+46=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3D2E is #55C2D1. Grayscale: #5C5C5C. Windows color (decimal): -5620434 or 3030442. OLE color: 3030442.
HSL color Cylindrical-coordinate representation of color #AA3D2E: hue angle of 7.26º 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 #AA3D2E is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 61 | 46 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.33 |
| HSL | 7.26º | 0.57% | 0.42% | - |
| HSV(B) | 7.26º | 0.73% | 0.67% | - |
| XYZ | 18.74 | 12.08 | 3.93 | - |
| YUV | 91.88 | 102.11 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 46 | 0 | 0.64 | 0.73 | 0.33 | 7.26 | 0.57 | 0.42 |
| Hex | AA | 3D | 2E | 0 | 40 | 49 | 21 | 7 | 39 | 2A |
| Octal | 252 | 75 | 56 | 0 | 100 | 111 | 41 | 7 | 71 | 52 |
| Binary | 10101010 | 111101 | 101110 | 0 | 1000000 | 1001001 | 100001 | 111 | 111001 | 101010 |
Color Harmonies of #AA3D2E
Complementary color
Monochromatic Colors of #AA3D2E
Black with #AA3D2E
Text Example
Text Example
White with #AA3D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3D2E; }
p { color: rgb(170,61,46); }
H1.HeaderClassName
{
color: #AA3D2E;
}
.AnyTagClassName
{
color: #AA3D2E;
}
</style>
background-color css
<style>
a { background-color: #AA3D2E; }
a { background-color: rgb(170,61,46); }
div.DivClassName
{
background-color: #AA3D2E;
}
.BgClassName
{
background-color: #AA3D2E;
}
</style>
border-color css
<style>
span { border-color: #AA3D2E; }
span { border-color: rgb(170,61,46); }
td.TdClassName
{
border-color: #AA3D2E;
}
.TagClassName
{
border-color: #AA3D2E;
}
</style>