Shades of Medium Carmine #AA4035
Tints of Medium Carmine #AA4035
RGB
CMYK
RGB Variations
Color information
#AA4035 (or 0xAA4035) is known color: Medium Carmine. HEX triplet: AA, 40 and 35. RGB value is (170,64,53). Sum of RGB (Red+Green+Blue) = 170+64+53=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4035 is #55BFCA. Grayscale: #5E5E5E. Windows color (decimal): -5619659 or 3489962. OLE color: 3489962.
HSL color Cylindrical-coordinate representation of color #AA4035: hue angle of 5.64º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA4035 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 53 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.33 |
| HSL | 5.64º | 0.52% | 0.44% | - |
| HSV(B) | 5.64º | 0.69% | 0.67% | - |
| XYZ | 19.05 | 12.47 | 4.77 | - |
| YUV | 94.44 | 104.62 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 53 | 0 | 0.62 | 0.69 | 0.33 | 5.64 | 0.52 | 0.44 |
| Hex | AA | 40 | 35 | 0 | 3E | 45 | 21 | 6 | 34 | 2C |
| Octal | 252 | 100 | 65 | 0 | 76 | 105 | 41 | 6 | 64 | 54 |
| Binary | 10101010 | 1000000 | 110101 | 0 | 111110 | 1000101 | 100001 | 110 | 110100 | 101100 |
Color Harmonies of #AA4035
Complementary color
Monochromatic Colors of #AA4035
Black with #AA4035
Text Example
Text Example
White with #AA4035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4035; }
p { color: rgb(170,64,53); }
H1.HeaderClassName
{
color: #AA4035;
}
.AnyTagClassName
{
color: #AA4035;
}
</style>
background-color css
<style>
a { background-color: #AA4035; }
a { background-color: rgb(170,64,53); }
div.DivClassName
{
background-color: #AA4035;
}
.BgClassName
{
background-color: #AA4035;
}
</style>
border-color css
<style>
span { border-color: #AA4035; }
span { border-color: rgb(170,64,53); }
td.TdClassName
{
border-color: #AA4035;
}
.TagClassName
{
border-color: #AA4035;
}
</style>