Shades of Milano Red #A0382D
Tints of Milano Red #A0382D
RGB
CMYK
RGB Variations
Color information
#A0382D (or 0xA0382D) is known color: Milano Red. HEX triplet: A0, 38 and 2D. RGB value is (160,56,45). Sum of RGB (Red+Green+Blue) = 160+56+45=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A0382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0382D is #5FC7D2. Grayscale: #555555. Windows color (decimal): -6277075 or 2963616. OLE color: 2963616.
HSL color Cylindrical-coordinate representation of color #A0382D: hue angle of 5.74º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0382D is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 45 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.37 |
| HSL | 5.74º | 0.56% | 0.4% | - |
| HSV(B) | 5.74º | 0.72% | 0.63% | - |
| XYZ | 16.39 | 10.49 | 3.64 | - |
| YUV | 85.84 | 104.96 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 45 | 0 | 0.65 | 0.72 | 0.37 | 5.74 | 0.56 | 0.4 |
| Hex | A0 | 38 | 2D | 0 | 41 | 48 | 25 | 6 | 38 | 28 |
| Octal | 240 | 70 | 55 | 0 | 101 | 110 | 45 | 6 | 70 | 50 |
| Binary | 10100000 | 111000 | 101101 | 0 | 1000001 | 1001000 | 100101 | 110 | 111000 | 101000 |
Color Harmonies of #A0382D
Complementary color
Monochromatic Colors of #A0382D
Black with #A0382D
Text Example
Text Example
White with #A0382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0382D; }
p { color: rgb(160,56,45); }
H1.HeaderClassName
{
color: #A0382D;
}
.AnyTagClassName
{
color: #A0382D;
}
</style>
background-color css
<style>
a { background-color: #A0382D; }
a { background-color: rgb(160,56,45); }
div.DivClassName
{
background-color: #A0382D;
}
.BgClassName
{
background-color: #A0382D;
}
</style>
border-color css
<style>
span { border-color: #A0382D; }
span { border-color: rgb(160,56,45); }
td.TdClassName
{
border-color: #A0382D;
}
.TagClassName
{
border-color: #A0382D;
}
</style>