Shades of Milano Red #AA3632
Tints of Milano Red #AA3632
RGB
CMYK
RGB Variations
Color information
#AA3632 (or 0xAA3632) is known color: Milano Red. HEX triplet: AA, 36 and 32. RGB value is (170,54,50). Sum of RGB (Red+Green+Blue) = 170+54+50=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3632 is #55C9CD. Grayscale: #585858. Windows color (decimal): -5622222 or 3290794. OLE color: 3290794.
HSL color Cylindrical-coordinate representation of color #AA3632: hue angle of 2º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3632 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 50 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.33 |
| HSL | 2º | 0.55% | 0.43% | - |
| HSV(B) | 2º | 0.71% | 0.67% | - |
| XYZ | 18.47 | 11.41 | 4.25 | - |
| YUV | 88.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 50 | 0 | 0.68 | 0.71 | 0.33 | 2 | 0.55 | 0.43 |
| Hex | AA | 36 | 32 | 0 | 44 | 47 | 21 | 2 | 37 | 2B |
| Octal | 252 | 66 | 62 | 0 | 104 | 107 | 41 | 2 | 67 | 53 |
| Binary | 10101010 | 110110 | 110010 | 0 | 1000100 | 1000111 | 100001 | 10 | 110111 | 101011 |
Color Harmonies of #AA3632
Complementary color
Monochromatic Colors of #AA3632
Black with #AA3632
Text Example
Text Example
White with #AA3632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3632; }
p { color: rgb(170,54,50); }
H1.HeaderClassName
{
color: #AA3632;
}
.AnyTagClassName
{
color: #AA3632;
}
</style>
background-color css
<style>
a { background-color: #AA3632; }
a { background-color: rgb(170,54,50); }
div.DivClassName
{
background-color: #AA3632;
}
.BgClassName
{
background-color: #AA3632;
}
</style>
border-color css
<style>
span { border-color: #AA3632; }
span { border-color: rgb(170,54,50); }
td.TdClassName
{
border-color: #AA3632;
}
.TagClassName
{
border-color: #AA3632;
}
</style>