Shades of Medium Carmine #AA4539
Tints of Medium Carmine #AA4539
RGB
CMYK
RGB Variations
Color information
#AA4539 (or 0xAA4539) is known color: Medium Carmine. HEX triplet: AA, 45 and 39. RGB value is (170,69,57). Sum of RGB (Red+Green+Blue) = 170+69+57=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4539 is #55BAC6. Grayscale: #616161. Windows color (decimal): -5618375 or 3753386. OLE color: 3753386.
HSL color Cylindrical-coordinate representation of color #AA4539: hue angle of 6.37º 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 #AA4539 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 57 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.33 |
| HSL | 6.37º | 0.5% | 0.45% | - |
| HSV(B) | 6.37º | 0.66% | 0.67% | - |
| XYZ | 19.44 | 13.1 | 5.37 | - |
| YUV | 97.83 | 104.96 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 57 | 0 | 0.59 | 0.66 | 0.33 | 6.37 | 0.5 | 0.45 |
| Hex | AA | 45 | 39 | 0 | 3B | 42 | 21 | 6 | 32 | 2D |
| Octal | 252 | 105 | 71 | 0 | 73 | 102 | 41 | 6 | 62 | 55 |
| Binary | 10101010 | 1000101 | 111001 | 0 | 111011 | 1000010 | 100001 | 110 | 110010 | 101101 |
Color Harmonies of #AA4539
Complementary color
Monochromatic Colors of #AA4539
Black with #AA4539
Text Example
Text Example
White with #AA4539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4539; }
p { color: rgb(170,69,57); }
H1.HeaderClassName
{
color: #AA4539;
}
.AnyTagClassName
{
color: #AA4539;
}
</style>
background-color css
<style>
a { background-color: #AA4539; }
a { background-color: rgb(170,69,57); }
div.DivClassName
{
background-color: #AA4539;
}
.BgClassName
{
background-color: #AA4539;
}
</style>
border-color css
<style>
span { border-color: #AA4539; }
span { border-color: rgb(170,69,57); }
td.TdClassName
{
border-color: #AA4539;
}
.TagClassName
{
border-color: #AA4539;
}
</style>