Shades of Milano Red #A0382A
Tints of Milano Red #A0382A
RGB
CMYK
RGB Variations
Color information
#A0382A (or 0xA0382A) is known color: Milano Red. HEX triplet: A0, 38 and 2A. RGB value is (160,56,42). Sum of RGB (Red+Green+Blue) = 160+56+42=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A0382A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0382A is #5FC7D5. Grayscale: #555555. Windows color (decimal): -6277078 or 2767008. OLE color: 2767008.
HSL color Cylindrical-coordinate representation of color #A0382A: hue angle of 7.12º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0382A is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 42 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.37 |
| HSL | 7.12º | 0.58% | 0.4% | - |
| HSV(B) | 7.12º | 0.74% | 0.63% | - |
| XYZ | 16.33 | 10.47 | 3.35 | - |
| YUV | 85.5 | 103.46 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 42 | 0 | 0.65 | 0.74 | 0.37 | 7.12 | 0.58 | 0.4 |
| Hex | A0 | 38 | 2A | 0 | 41 | 4A | 25 | 7 | 3A | 28 |
| Octal | 240 | 70 | 52 | 0 | 101 | 112 | 45 | 7 | 72 | 50 |
| Binary | 10100000 | 111000 | 101010 | 0 | 1000001 | 1001010 | 100101 | 111 | 111010 | 101000 |
Color Harmonies of #A0382A
Complementary color
Monochromatic Colors of #A0382A
Black with #A0382A
Text Example
Text Example
White with #A0382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0382A; }
p { color: rgb(160,56,42); }
H1.HeaderClassName
{
color: #A0382A;
}
.AnyTagClassName
{
color: #A0382A;
}
</style>
background-color css
<style>
a { background-color: #A0382A; }
a { background-color: rgb(160,56,42); }
div.DivClassName
{
background-color: #A0382A;
}
.BgClassName
{
background-color: #A0382A;
}
</style>
border-color css
<style>
span { border-color: #A0382A; }
span { border-color: rgb(160,56,42); }
td.TdClassName
{
border-color: #A0382A;
}
.TagClassName
{
border-color: #A0382A;
}
</style>