Shades of Medium Carmine #AA3E39
Tints of Medium Carmine #AA3E39
RGB
CMYK
RGB Variations
Color information
#AA3E39 (or 0xAA3E39) is known color: Medium Carmine. HEX triplet: AA, 3E and 39. RGB value is (170,62,57). Sum of RGB (Red+Green+Blue) = 170+62+57=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3E39 is #55C1C6. Grayscale: #5D5D5D. Windows color (decimal): -5620167 or 3751594. OLE color: 3751594.
HSL color Cylindrical-coordinate representation of color #AA3E39: hue angle of 2.65º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3E39 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 62 | 57 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.33 |
| HSL | 2.65º | 0.5% | 0.45% | - |
| HSV(B) | 2.65º | 0.66% | 0.67% | - |
| XYZ | 19.04 | 12.29 | 5.24 | - |
| YUV | 93.72 | 107.28 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 57 | 0 | 0.64 | 0.66 | 0.33 | 2.65 | 0.5 | 0.45 |
| Hex | AA | 3E | 39 | 0 | 40 | 42 | 21 | 3 | 32 | 2D |
| Octal | 252 | 76 | 71 | 0 | 100 | 102 | 41 | 3 | 62 | 55 |
| Binary | 10101010 | 111110 | 111001 | 0 | 1000000 | 1000010 | 100001 | 11 | 110010 | 101101 |
Color Harmonies of #AA3E39
Complementary color
Monochromatic Colors of #AA3E39
Black with #AA3E39
Text Example
Text Example
White with #AA3E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3E39; }
p { color: rgb(170,62,57); }
H1.HeaderClassName
{
color: #AA3E39;
}
.AnyTagClassName
{
color: #AA3E39;
}
</style>
background-color css
<style>
a { background-color: #AA3E39; }
a { background-color: rgb(170,62,57); }
div.DivClassName
{
background-color: #AA3E39;
}
.BgClassName
{
background-color: #AA3E39;
}
</style>
border-color css
<style>
span { border-color: #AA3E39; }
span { border-color: rgb(170,62,57); }
td.TdClassName
{
border-color: #AA3E39;
}
.TagClassName
{
border-color: #AA3E39;
}
</style>