Shades of Milano Red #A03734
Tints of Milano Red #A03734
RGB
CMYK
RGB Variations
Color information
#A03734 (or 0xA03734) is known color: Milano Red. HEX triplet: A0, 37 and 34. RGB value is (160,55,52). Sum of RGB (Red+Green+Blue) = 160+55+52=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A03734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03734 is #5FC8CB. Grayscale: #565656. Windows color (decimal): -6277324 or 3422112. OLE color: 3422112.
HSL color Cylindrical-coordinate representation of color #A03734: hue angle of 1.67º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03734 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 52 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.37 |
| HSL | 1.67º | 0.51% | 0.42% | - |
| HSV(B) | 1.67º | 0.68% | 0.63% | - |
| XYZ | 16.48 | 10.45 | 4.4 | - |
| YUV | 86.05 | 108.79 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 52 | 0 | 0.66 | 0.68 | 0.37 | 1.67 | 0.51 | 0.42 |
| Hex | A0 | 37 | 34 | 0 | 42 | 44 | 25 | 2 | 33 | 2A |
| Octal | 240 | 67 | 64 | 0 | 102 | 104 | 45 | 2 | 63 | 52 |
| Binary | 10100000 | 110111 | 110100 | 0 | 1000010 | 1000100 | 100101 | 10 | 110011 | 101010 |
Color Harmonies of #A03734
Complementary color
Monochromatic Colors of #A03734
Black with #A03734
Text Example
Text Example
White with #A03734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03734; }
p { color: rgb(160,55,52); }
H1.HeaderClassName
{
color: #A03734;
}
.AnyTagClassName
{
color: #A03734;
}
</style>
background-color css
<style>
a { background-color: #A03734; }
a { background-color: rgb(160,55,52); }
div.DivClassName
{
background-color: #A03734;
}
.BgClassName
{
background-color: #A03734;
}
</style>
border-color css
<style>
span { border-color: #A03734; }
span { border-color: rgb(160,55,52); }
td.TdClassName
{
border-color: #A03734;
}
.TagClassName
{
border-color: #A03734;
}
</style>