Shades of Medium Carmine #AA4731
Tints of Medium Carmine #AA4731
RGB
CMYK
RGB Variations
Color information
#AA4731 (or 0xAA4731) is known color: Medium Carmine. HEX triplet: AA, 47 and 31. RGB value is (170,71,49). Sum of RGB (Red+Green+Blue) = 170+71+49=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4731 is #55B8CE. Grayscale: #626262. Windows color (decimal): -5617871 or 3229610. OLE color: 3229610.
HSL color Cylindrical-coordinate representation of color #AA4731: hue angle of 10.91º 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 #AA4731 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 49 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.33 |
| HSL | 10.91º | 0.55% | 0.43% | - |
| HSV(B) | 10.91º | 0.71% | 0.67% | - |
| XYZ | 19.39 | 13.27 | 4.45 | - |
| YUV | 98.09 | 100.3 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 49 | 0 | 0.58 | 0.71 | 0.33 | 10.91 | 0.55 | 0.43 |
| Hex | AA | 47 | 31 | 0 | 3A | 47 | 21 | B | 37 | 2B |
| Octal | 252 | 107 | 61 | 0 | 72 | 107 | 41 | 13 | 67 | 53 |
| Binary | 10101010 | 1000111 | 110001 | 0 | 111010 | 1000111 | 100001 | 1011 | 110111 | 101011 |
Color Harmonies of #AA4731
Complementary color
Monochromatic Colors of #AA4731
Black with #AA4731
Text Example
Text Example
White with #AA4731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4731; }
p { color: rgb(170,71,49); }
H1.HeaderClassName
{
color: #AA4731;
}
.AnyTagClassName
{
color: #AA4731;
}
</style>
background-color css
<style>
a { background-color: #AA4731; }
a { background-color: rgb(170,71,49); }
div.DivClassName
{
background-color: #AA4731;
}
.BgClassName
{
background-color: #AA4731;
}
</style>
border-color css
<style>
span { border-color: #AA4731; }
span { border-color: rgb(170,71,49); }
td.TdClassName
{
border-color: #AA4731;
}
.TagClassName
{
border-color: #AA4731;
}
</style>