Shades of Milano Red #A03732
Tints of Milano Red #A03732
RGB
CMYK
RGB Variations
Color information
#A03732 (or 0xA03732) is known color: Milano Red. HEX triplet: A0, 37 and 32. RGB value is (160,55,50). Sum of RGB (Red+Green+Blue) = 160+55+50=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A03732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03732 is #5FC8CD. Grayscale: #555555. Windows color (decimal): -6277326 or 3291040. OLE color: 3291040.
HSL color Cylindrical-coordinate representation of color #A03732: hue angle of 2.73º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03732 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 50 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.37 |
| HSL | 2.73º | 0.52% | 0.41% | - |
| HSV(B) | 2.73º | 0.69% | 0.63% | - |
| XYZ | 16.44 | 10.44 | 4.17 | - |
| YUV | 85.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 50 | 0 | 0.66 | 0.69 | 0.37 | 2.73 | 0.52 | 0.41 |
| Hex | A0 | 37 | 32 | 0 | 42 | 45 | 25 | 3 | 34 | 29 |
| Octal | 240 | 67 | 62 | 0 | 102 | 105 | 45 | 3 | 64 | 51 |
| Binary | 10100000 | 110111 | 110010 | 0 | 1000010 | 1000101 | 100101 | 11 | 110100 | 101001 |
Color Harmonies of #A03732
Complementary color
Monochromatic Colors of #A03732
Black with #A03732
Text Example
Text Example
White with #A03732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03732; }
p { color: rgb(160,55,50); }
H1.HeaderClassName
{
color: #A03732;
}
.AnyTagClassName
{
color: #A03732;
}
</style>
background-color css
<style>
a { background-color: #A03732; }
a { background-color: rgb(160,55,50); }
div.DivClassName
{
background-color: #A03732;
}
.BgClassName
{
background-color: #A03732;
}
</style>
border-color css
<style>
span { border-color: #A03732; }
span { border-color: rgb(160,55,50); }
td.TdClassName
{
border-color: #A03732;
}
.TagClassName
{
border-color: #A03732;
}
</style>