Shades of Medium Carmine #AA4939
Tints of Medium Carmine #AA4939
RGB
CMYK
RGB Variations
Color information
#AA4939 (or 0xAA4939) is known color: Medium Carmine. HEX triplet: AA, 49 and 39. RGB value is (170,73,57). Sum of RGB (Red+Green+Blue) = 170+73+57=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4939 is #55B6C6. Grayscale: #646464. Windows color (decimal): -5617351 or 3754410. OLE color: 3754410.
HSL color Cylindrical-coordinate representation of color #AA4939: hue angle of 8.5º 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 #AA4939 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 57 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.33 |
| HSL | 8.5º | 0.5% | 0.45% | - |
| HSV(B) | 8.5º | 0.66% | 0.67% | - |
| XYZ | 19.7 | 13.61 | 5.46 | - |
| YUV | 100.18 | 103.64 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 57 | 0 | 0.57 | 0.66 | 0.33 | 8.5 | 0.5 | 0.45 |
| Hex | AA | 49 | 39 | 0 | 39 | 42 | 21 | 8 | 32 | 2D |
| Octal | 252 | 111 | 71 | 0 | 71 | 102 | 41 | 10 | 62 | 55 |
| Binary | 10101010 | 1001001 | 111001 | 0 | 111001 | 1000010 | 100001 | 1000 | 110010 | 101101 |
Color Harmonies of #AA4939
Complementary color
Monochromatic Colors of #AA4939
Black with #AA4939
Text Example
Text Example
White with #AA4939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4939; }
p { color: rgb(170,73,57); }
H1.HeaderClassName
{
color: #AA4939;
}
.AnyTagClassName
{
color: #AA4939;
}
</style>
background-color css
<style>
a { background-color: #AA4939; }
a { background-color: rgb(170,73,57); }
div.DivClassName
{
background-color: #AA4939;
}
.BgClassName
{
background-color: #AA4939;
}
</style>
border-color css
<style>
span { border-color: #AA4939; }
span { border-color: rgb(170,73,57); }
td.TdClassName
{
border-color: #AA4939;
}
.TagClassName
{
border-color: #AA4939;
}
</style>