Shades of Milano Red #A03529
Tints of Milano Red #A03529
RGB
CMYK
RGB Variations
Color information
#A03529 (or 0xA03529) is known color: Milano Red. HEX triplet: A0, 35 and 29. RGB value is (160,53,41). Sum of RGB (Red+Green+Blue) = 160+53+41=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A03529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03529 is #5FCAD6. Grayscale: #535353. Windows color (decimal): -6277847 or 2700704. OLE color: 2700704.
HSL color Cylindrical-coordinate representation of color #A03529: hue angle of 6.05º 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 #A03529 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 41 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.37 |
| HSL | 6.05º | 0.59% | 0.39% | - |
| HSV(B) | 6.05º | 0.74% | 0.63% | - |
| XYZ | 16.17 | 10.18 | 3.21 | - |
| YUV | 83.63 | 103.95 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 41 | 0 | 0.67 | 0.74 | 0.37 | 6.05 | 0.59 | 0.39 |
| Hex | A0 | 35 | 29 | 0 | 43 | 4A | 25 | 6 | 3B | 27 |
| Octal | 240 | 65 | 51 | 0 | 103 | 112 | 45 | 6 | 73 | 47 |
| Binary | 10100000 | 110101 | 101001 | 0 | 1000011 | 1001010 | 100101 | 110 | 111011 | 100111 |
Color Harmonies of #A03529
Complementary color
Monochromatic Colors of #A03529
Black with #A03529
Text Example
Text Example
White with #A03529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03529; }
p { color: rgb(160,53,41); }
H1.HeaderClassName
{
color: #A03529;
}
.AnyTagClassName
{
color: #A03529;
}
</style>
background-color css
<style>
a { background-color: #A03529; }
a { background-color: rgb(160,53,41); }
div.DivClassName
{
background-color: #A03529;
}
.BgClassName
{
background-color: #A03529;
}
</style>
border-color css
<style>
span { border-color: #A03529; }
span { border-color: rgb(160,53,41); }
td.TdClassName
{
border-color: #A03529;
}
.TagClassName
{
border-color: #A03529;
}
</style>