Shades of Medium Carmine #AA4039
Tints of Medium Carmine #AA4039
RGB
CMYK
RGB Variations
Color information
#AA4039 (or 0xAA4039) is known color: Medium Carmine. HEX triplet: AA, 40 and 39. RGB value is (170,64,57). Sum of RGB (Red+Green+Blue) = 170+64+57=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4039 is #55BFC6. Grayscale: #5F5F5F. Windows color (decimal): -5619655 or 3752106. OLE color: 3752106.
HSL color Cylindrical-coordinate representation of color #AA4039: hue angle of 3.72º 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 #AA4039 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 57 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.33 |
| HSL | 3.72º | 0.5% | 0.45% | - |
| HSV(B) | 3.72º | 0.66% | 0.67% | - |
| XYZ | 19.15 | 12.51 | 5.28 | - |
| YUV | 94.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 57 | 0 | 0.62 | 0.66 | 0.33 | 3.72 | 0.5 | 0.45 |
| Hex | AA | 40 | 39 | 0 | 3E | 42 | 21 | 4 | 32 | 2D |
| Octal | 252 | 100 | 71 | 0 | 76 | 102 | 41 | 4 | 62 | 55 |
| Binary | 10101010 | 1000000 | 111001 | 0 | 111110 | 1000010 | 100001 | 100 | 110010 | 101101 |
Color Harmonies of #AA4039
Complementary color
Monochromatic Colors of #AA4039
Black with #AA4039
Text Example
Text Example
White with #AA4039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4039; }
p { color: rgb(170,64,57); }
H1.HeaderClassName
{
color: #AA4039;
}
.AnyTagClassName
{
color: #AA4039;
}
</style>
background-color css
<style>
a { background-color: #AA4039; }
a { background-color: rgb(170,64,57); }
div.DivClassName
{
background-color: #AA4039;
}
.BgClassName
{
background-color: #AA4039;
}
</style>
border-color css
<style>
span { border-color: #AA4039; }
span { border-color: rgb(170,64,57); }
td.TdClassName
{
border-color: #AA4039;
}
.TagClassName
{
border-color: #AA4039;
}
</style>