Shades of Medium Carmine #AA3E34
Tints of Medium Carmine #AA3E34
RGB
CMYK
RGB Variations
Color information
#AA3E34 (or 0xAA3E34) is known color: Medium Carmine. HEX triplet: AA, 3E and 34. RGB value is (170,62,52). Sum of RGB (Red+Green+Blue) = 170+62+52=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3E34 is #55C1CB. Grayscale: #5D5D5D. Windows color (decimal): -5620172 or 3423914. OLE color: 3423914.
HSL color Cylindrical-coordinate representation of color #AA3E34: hue angle of 5.08º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3E34 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 62 | 52 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.33 |
| HSL | 5.08º | 0.53% | 0.44% | - |
| HSV(B) | 5.08º | 0.69% | 0.67% | - |
| XYZ | 18.92 | 12.24 | 4.61 | - |
| YUV | 93.15 | 104.78 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 52 | 0 | 0.64 | 0.69 | 0.33 | 5.08 | 0.53 | 0.44 |
| Hex | AA | 3E | 34 | 0 | 40 | 45 | 21 | 5 | 35 | 2C |
| Octal | 252 | 76 | 64 | 0 | 100 | 105 | 41 | 5 | 65 | 54 |
| Binary | 10101010 | 111110 | 110100 | 0 | 1000000 | 1000101 | 100001 | 101 | 110101 | 101100 |
Color Harmonies of #AA3E34
Complementary color
Monochromatic Colors of #AA3E34
Black with #AA3E34
Text Example
Text Example
White with #AA3E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3E34; }
p { color: rgb(170,62,52); }
H1.HeaderClassName
{
color: #AA3E34;
}
.AnyTagClassName
{
color: #AA3E34;
}
</style>
background-color css
<style>
a { background-color: #AA3E34; }
a { background-color: rgb(170,62,52); }
div.DivClassName
{
background-color: #AA3E34;
}
.BgClassName
{
background-color: #AA3E34;
}
</style>
border-color css
<style>
span { border-color: #AA3E34; }
span { border-color: rgb(170,62,52); }
td.TdClassName
{
border-color: #AA3E34;
}
.TagClassName
{
border-color: #AA3E34;
}
</style>