Shades of Milano Red #AA3534
Tints of Milano Red #AA3534
RGB
CMYK
RGB Variations
Color information
#AA3534 (or 0xAA3534) is known color: Milano Red. HEX triplet: AA, 35 and 34. RGB value is (170,53,52). Sum of RGB (Red+Green+Blue) = 170+53+52=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3534 is #55CACB. Grayscale: #575757. Windows color (decimal): -5622476 or 3421610. OLE color: 3421610.
HSL color Cylindrical-coordinate representation of color #AA3534: hue angle of 0.51º degrees, saturation: 0.53, 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 #AA3534 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 52 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.33 |
| HSL | 0.51º | 0.53% | 0.44% | - |
| HSV(B) | 0.51º | 0.69% | 0.67% | - |
| XYZ | 18.47 | 11.34 | 4.46 | - |
| YUV | 87.87 | 107.76 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 52 | 0 | 0.69 | 0.69 | 0.33 | 0.51 | 0.53 | 0.44 |
| Hex | AA | 35 | 34 | 0 | 45 | 45 | 21 | 1 | 35 | 2C |
| Octal | 252 | 65 | 64 | 0 | 105 | 105 | 41 | 1 | 65 | 54 |
| Binary | 10101010 | 110101 | 110100 | 0 | 1000101 | 1000101 | 100001 | 1 | 110101 | 101100 |
Color Harmonies of #AA3534
Complementary color
Monochromatic Colors of #AA3534
Black with #AA3534
Text Example
Text Example
White with #AA3534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3534; }
p { color: rgb(170,53,52); }
H1.HeaderClassName
{
color: #AA3534;
}
.AnyTagClassName
{
color: #AA3534;
}
</style>
background-color css
<style>
a { background-color: #AA3534; }
a { background-color: rgb(170,53,52); }
div.DivClassName
{
background-color: #AA3534;
}
.BgClassName
{
background-color: #AA3534;
}
</style>
border-color css
<style>
span { border-color: #AA3534; }
span { border-color: rgb(170,53,52); }
td.TdClassName
{
border-color: #AA3534;
}
.TagClassName
{
border-color: #AA3534;
}
</style>