Shades of Milano Red #AA3633
Tints of Milano Red #AA3633
RGB
CMYK
RGB Variations
Color information
#AA3633 (or 0xAA3633) is known color: Milano Red. HEX triplet: AA, 36 and 33. RGB value is (170,54,51). Sum of RGB (Red+Green+Blue) = 170+54+51=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3633 is #55C9CC. Grayscale: #585858. Windows color (decimal): -5622221 or 3356330. OLE color: 3356330.
HSL color Cylindrical-coordinate representation of color #AA3633: hue angle of 1.51º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA3633 is Cyan = 0, Magento = 0.68, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 51 | - |
| CMYK | 0 | 0.68 | 0.7 | 0.33 |
| HSL | 1.51º | 0.54% | 0.43% | - |
| HSV(B) | 1.51º | 0.7% | 0.67% | - |
| XYZ | 18.49 | 11.42 | 4.36 | - |
| YUV | 88.34 | 106.93 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 51 | 0 | 0.68 | 0.7 | 0.33 | 1.51 | 0.54 | 0.43 |
| Hex | AA | 36 | 33 | 0 | 44 | 46 | 21 | 2 | 36 | 2B |
| Octal | 252 | 66 | 63 | 0 | 104 | 106 | 41 | 2 | 66 | 53 |
| Binary | 10101010 | 110110 | 110011 | 0 | 1000100 | 1000110 | 100001 | 10 | 110110 | 101011 |
Color Harmonies of #AA3633
Complementary color
Monochromatic Colors of #AA3633
Black with #AA3633
Text Example
Text Example
White with #AA3633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3633; }
p { color: rgb(170,54,51); }
H1.HeaderClassName
{
color: #AA3633;
}
.AnyTagClassName
{
color: #AA3633;
}
</style>
background-color css
<style>
a { background-color: #AA3633; }
a { background-color: rgb(170,54,51); }
div.DivClassName
{
background-color: #AA3633;
}
.BgClassName
{
background-color: #AA3633;
}
</style>
border-color css
<style>
span { border-color: #AA3633; }
span { border-color: rgb(170,54,51); }
td.TdClassName
{
border-color: #AA3633;
}
.TagClassName
{
border-color: #AA3633;
}
</style>