Shades of Medium Carmine #AA3E31
Tints of Medium Carmine #AA3E31
RGB
CMYK
RGB Variations
Color information
#AA3E31 (or 0xAA3E31) is known color: Medium Carmine. HEX triplet: AA, 3E and 31. RGB value is (170,62,49). Sum of RGB (Red+Green+Blue) = 170+62+49=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3E31 is #55C1CE. Grayscale: #5C5C5C. Windows color (decimal): -5620175 or 3227306. OLE color: 3227306.
HSL color Cylindrical-coordinate representation of color #AA3E31: hue angle of 6.45º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3E31 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 62 | 49 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.33 |
| HSL | 6.45º | 0.55% | 0.43% | - |
| HSV(B) | 6.45º | 0.71% | 0.67% | - |
| XYZ | 18.85 | 12.21 | 4.27 | - |
| YUV | 92.81 | 103.28 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 49 | 0 | 0.64 | 0.71 | 0.33 | 6.45 | 0.55 | 0.43 |
| Hex | AA | 3E | 31 | 0 | 40 | 47 | 21 | 6 | 37 | 2B |
| Octal | 252 | 76 | 61 | 0 | 100 | 107 | 41 | 6 | 67 | 53 |
| Binary | 10101010 | 111110 | 110001 | 0 | 1000000 | 1000111 | 100001 | 110 | 110111 | 101011 |
Color Harmonies of #AA3E31
Complementary color
Monochromatic Colors of #AA3E31
Black with #AA3E31
Text Example
Text Example
White with #AA3E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3E31; }
p { color: rgb(170,62,49); }
H1.HeaderClassName
{
color: #AA3E31;
}
.AnyTagClassName
{
color: #AA3E31;
}
</style>
background-color css
<style>
a { background-color: #AA3E31; }
a { background-color: rgb(170,62,49); }
div.DivClassName
{
background-color: #AA3E31;
}
.BgClassName
{
background-color: #AA3E31;
}
</style>
border-color css
<style>
span { border-color: #AA3E31; }
span { border-color: rgb(170,62,49); }
td.TdClassName
{
border-color: #AA3E31;
}
.TagClassName
{
border-color: #AA3E31;
}
</style>