Shades of Medium Carmine #AA4135
Tints of Medium Carmine #AA4135
RGB
CMYK
RGB Variations
Color information
#AA4135 (or 0xAA4135) is known color: Medium Carmine. HEX triplet: AA, 41 and 35. RGB value is (170,65,53). Sum of RGB (Red+Green+Blue) = 170+65+53=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4135 is #55BECA. Grayscale: #5F5F5F. Windows color (decimal): -5619403 or 3490218. OLE color: 3490218.
HSL color Cylindrical-coordinate representation of color #AA4135: hue angle of 6.15º 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 #AA4135 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 53 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.33 |
| HSL | 6.15º | 0.52% | 0.44% | - |
| HSV(B) | 6.15º | 0.69% | 0.67% | - |
| XYZ | 19.11 | 12.58 | 4.79 | - |
| YUV | 95.03 | 104.29 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 53 | 0 | 0.62 | 0.69 | 0.33 | 6.15 | 0.52 | 0.44 |
| Hex | AA | 41 | 35 | 0 | 3E | 45 | 21 | 6 | 34 | 2C |
| Octal | 252 | 101 | 65 | 0 | 76 | 105 | 41 | 6 | 64 | 54 |
| Binary | 10101010 | 1000001 | 110101 | 0 | 111110 | 1000101 | 100001 | 110 | 110100 | 101100 |
Color Harmonies of #AA4135
Complementary color
Monochromatic Colors of #AA4135
Black with #AA4135
Text Example
Text Example
White with #AA4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4135; }
p { color: rgb(170,65,53); }
H1.HeaderClassName
{
color: #AA4135;
}
.AnyTagClassName
{
color: #AA4135;
}
</style>
background-color css
<style>
a { background-color: #AA4135; }
a { background-color: rgb(170,65,53); }
div.DivClassName
{
background-color: #AA4135;
}
.BgClassName
{
background-color: #AA4135;
}
</style>
border-color css
<style>
span { border-color: #AA4135; }
span { border-color: rgb(170,65,53); }
td.TdClassName
{
border-color: #AA4135;
}
.TagClassName
{
border-color: #AA4135;
}
</style>