Shades of Milano Red #A03729
Tints of Milano Red #A03729
RGB
CMYK
RGB Variations
Color information
#A03729 (or 0xA03729) is known color: Milano Red. HEX triplet: A0, 37 and 29. RGB value is (160,55,41). Sum of RGB (Red+Green+Blue) = 160+55+41=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A03729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03729 is #5FC8D6. Grayscale: #545454. Windows color (decimal): -6277335 or 2701216. OLE color: 2701216.
HSL color Cylindrical-coordinate representation of color #A03729: hue angle of 7.06º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A03729 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 41 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.37 |
| HSL | 7.06º | 0.59% | 0.39% | - |
| HSV(B) | 7.06º | 0.74% | 0.63% | - |
| XYZ | 16.26 | 10.37 | 3.24 | - |
| YUV | 84.8 | 103.29 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 41 | 0 | 0.66 | 0.74 | 0.37 | 7.06 | 0.59 | 0.39 |
| Hex | A0 | 37 | 29 | 0 | 42 | 4A | 25 | 7 | 3B | 27 |
| Octal | 240 | 67 | 51 | 0 | 102 | 112 | 45 | 7 | 73 | 47 |
| Binary | 10100000 | 110111 | 101001 | 0 | 1000010 | 1001010 | 100101 | 111 | 111011 | 100111 |
Color Harmonies of #A03729
Complementary color
Monochromatic Colors of #A03729
Black with #A03729
Text Example
Text Example
White with #A03729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03729; }
p { color: rgb(160,55,41); }
H1.HeaderClassName
{
color: #A03729;
}
.AnyTagClassName
{
color: #A03729;
}
</style>
background-color css
<style>
a { background-color: #A03729; }
a { background-color: rgb(160,55,41); }
div.DivClassName
{
background-color: #A03729;
}
.BgClassName
{
background-color: #A03729;
}
</style>
border-color css
<style>
span { border-color: #A03729; }
span { border-color: rgb(160,55,41); }
td.TdClassName
{
border-color: #A03729;
}
.TagClassName
{
border-color: #A03729;
}
</style>