Shades of Medium Carmine #AA4639
Tints of Medium Carmine #AA4639
RGB
CMYK
RGB Variations
Color information
#AA4639 (or 0xAA4639) is known color: Medium Carmine. HEX triplet: AA, 46 and 39. RGB value is (170,70,57). Sum of RGB (Red+Green+Blue) = 170+70+57=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4639 is #55B9C6. Grayscale: #626262. Windows color (decimal): -5618119 or 3753642. OLE color: 3753642.
HSL color Cylindrical-coordinate representation of color #AA4639: hue angle of 6.9º 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 #AA4639 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 57 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.33 |
| HSL | 6.9º | 0.5% | 0.45% | - |
| HSV(B) | 6.9º | 0.66% | 0.67% | - |
| XYZ | 19.51 | 13.22 | 5.39 | - |
| YUV | 98.42 | 104.63 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 57 | 0 | 0.59 | 0.66 | 0.33 | 6.9 | 0.5 | 0.45 |
| Hex | AA | 46 | 39 | 0 | 3B | 42 | 21 | 7 | 32 | 2D |
| Octal | 252 | 106 | 71 | 0 | 73 | 102 | 41 | 7 | 62 | 55 |
| Binary | 10101010 | 1000110 | 111001 | 0 | 111011 | 1000010 | 100001 | 111 | 110010 | 101101 |
Color Harmonies of #AA4639
Complementary color
Monochromatic Colors of #AA4639
Black with #AA4639
Text Example
Text Example
White with #AA4639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4639; }
p { color: rgb(170,70,57); }
H1.HeaderClassName
{
color: #AA4639;
}
.AnyTagClassName
{
color: #AA4639;
}
</style>
background-color css
<style>
a { background-color: #AA4639; }
a { background-color: rgb(170,70,57); }
div.DivClassName
{
background-color: #AA4639;
}
.BgClassName
{
background-color: #AA4639;
}
</style>
border-color css
<style>
span { border-color: #AA4639; }
span { border-color: rgb(170,70,57); }
td.TdClassName
{
border-color: #AA4639;
}
.TagClassName
{
border-color: #AA4639;
}
</style>