Shades of Milano Red #AA352E
Tints of Milano Red #AA352E
RGB
CMYK
RGB Variations
Color information
#AA352E (or 0xAA352E) is known color: Milano Red. HEX triplet: AA, 35 and 2E. RGB value is (170,53,46). Sum of RGB (Red+Green+Blue) = 170+53+46=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA352E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA352E is #55CAD1. Grayscale: #575757. Windows color (decimal): -5622482 or 3028394. OLE color: 3028394.
HSL color Cylindrical-coordinate representation of color #AA352E: hue angle of 3.39º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA352E is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 46 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.33 |
| HSL | 3.39º | 0.57% | 0.42% | - |
| HSV(B) | 3.39º | 0.73% | 0.67% | - |
| XYZ | 18.34 | 11.29 | 3.8 | - |
| YUV | 87.19 | 104.76 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 46 | 0 | 0.69 | 0.73 | 0.33 | 3.39 | 0.57 | 0.42 |
| Hex | AA | 35 | 2E | 0 | 45 | 49 | 21 | 3 | 39 | 2A |
| Octal | 252 | 65 | 56 | 0 | 105 | 111 | 41 | 3 | 71 | 52 |
| Binary | 10101010 | 110101 | 101110 | 0 | 1000101 | 1001001 | 100001 | 11 | 111001 | 101010 |
Color Harmonies of #AA352E
Complementary color
Monochromatic Colors of #AA352E
Black with #AA352E
Text Example
Text Example
White with #AA352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA352E; }
p { color: rgb(170,53,46); }
H1.HeaderClassName
{
color: #AA352E;
}
.AnyTagClassName
{
color: #AA352E;
}
</style>
background-color css
<style>
a { background-color: #AA352E; }
a { background-color: rgb(170,53,46); }
div.DivClassName
{
background-color: #AA352E;
}
.BgClassName
{
background-color: #AA352E;
}
</style>
border-color css
<style>
span { border-color: #AA352E; }
span { border-color: rgb(170,53,46); }
td.TdClassName
{
border-color: #AA352E;
}
.TagClassName
{
border-color: #AA352E;
}
</style>