Shades of Milano Red #A0362B
Tints of Milano Red #A0362B
RGB
CMYK
RGB Variations
Color information
#A0362B (or 0xA0362B) is known color: Milano Red. HEX triplet: A0, 36 and 2B. RGB value is (160,54,43). Sum of RGB (Red+Green+Blue) = 160+54+43=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A0362B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0362B is #5FC9D4. Grayscale: #545454. Windows color (decimal): -6277589 or 2832032. OLE color: 2832032.
HSL color Cylindrical-coordinate representation of color #A0362B: hue angle of 5.64º degrees, saturation: 0.58, 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 #A0362B is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 43 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.37 |
| HSL | 5.64º | 0.58% | 0.4% | - |
| HSV(B) | 5.64º | 0.73% | 0.63% | - |
| XYZ | 16.25 | 10.29 | 3.41 | - |
| YUV | 84.44 | 104.62 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 43 | 0 | 0.66 | 0.73 | 0.37 | 5.64 | 0.58 | 0.4 |
| Hex | A0 | 36 | 2B | 0 | 42 | 49 | 25 | 6 | 3A | 28 |
| Octal | 240 | 66 | 53 | 0 | 102 | 111 | 45 | 6 | 72 | 50 |
| Binary | 10100000 | 110110 | 101011 | 0 | 1000010 | 1001001 | 100101 | 110 | 111010 | 101000 |
Color Harmonies of #A0362B
Complementary color
Monochromatic Colors of #A0362B
Black with #A0362B
Text Example
Text Example
White with #A0362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0362B; }
p { color: rgb(160,54,43); }
H1.HeaderClassName
{
color: #A0362B;
}
.AnyTagClassName
{
color: #A0362B;
}
</style>
background-color css
<style>
a { background-color: #A0362B; }
a { background-color: rgb(160,54,43); }
div.DivClassName
{
background-color: #A0362B;
}
.BgClassName
{
background-color: #A0362B;
}
</style>
border-color css
<style>
span { border-color: #A0362B; }
span { border-color: rgb(160,54,43); }
td.TdClassName
{
border-color: #A0362B;
}
.TagClassName
{
border-color: #A0362B;
}
</style>