Shades of Milano Red #A0352C
Tints of Milano Red #A0352C
RGB
CMYK
RGB Variations
Color information
#A0352C (or 0xA0352C) is known color: Milano Red. HEX triplet: A0, 35 and 2C. RGB value is (160,53,44). Sum of RGB (Red+Green+Blue) = 160+53+44=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A0352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0352C is #5FCAD3. Grayscale: #545454. Windows color (decimal): -6277844 or 2897312. OLE color: 2897312.
HSL color Cylindrical-coordinate representation of color #A0352C: hue angle of 4.66º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0352C is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 44 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.37 |
| HSL | 4.66º | 0.57% | 0.4% | - |
| HSV(B) | 4.66º | 0.73% | 0.63% | - |
| XYZ | 16.22 | 10.2 | 3.5 | - |
| YUV | 83.97 | 105.45 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 44 | 0 | 0.67 | 0.72 | 0.37 | 4.66 | 0.57 | 0.4 |
| Hex | A0 | 35 | 2C | 0 | 43 | 48 | 25 | 5 | 39 | 28 |
| Octal | 240 | 65 | 54 | 0 | 103 | 110 | 45 | 5 | 71 | 50 |
| Binary | 10100000 | 110101 | 101100 | 0 | 1000011 | 1001000 | 100101 | 101 | 111001 | 101000 |
Color Harmonies of #A0352C
Complementary color
Monochromatic Colors of #A0352C
Black with #A0352C
Text Example
Text Example
White with #A0352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0352C; }
p { color: rgb(160,53,44); }
H1.HeaderClassName
{
color: #A0352C;
}
.AnyTagClassName
{
color: #A0352C;
}
</style>
background-color css
<style>
a { background-color: #A0352C; }
a { background-color: rgb(160,53,44); }
div.DivClassName
{
background-color: #A0352C;
}
.BgClassName
{
background-color: #A0352C;
}
</style>
border-color css
<style>
span { border-color: #A0352C; }
span { border-color: rgb(160,53,44); }
td.TdClassName
{
border-color: #A0352C;
}
.TagClassName
{
border-color: #A0352C;
}
</style>