Shades of Milano Red #A0382B
Tints of Milano Red #A0382B
RGB
CMYK
RGB Variations
Color information
#A0382B (or 0xA0382B) is known color: Milano Red. HEX triplet: A0, 38 and 2B. RGB value is (160,56,43). Sum of RGB (Red+Green+Blue) = 160+56+43=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A0382B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0382B is #5FC7D4. Grayscale: #555555. Windows color (decimal): -6277077 or 2832544. OLE color: 2832544.
HSL color Cylindrical-coordinate representation of color #A0382B: hue angle of 6.67º 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 #A0382B is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 43 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.37 |
| HSL | 6.67º | 0.58% | 0.4% | - |
| HSV(B) | 6.67º | 0.73% | 0.63% | - |
| XYZ | 16.35 | 10.48 | 3.45 | - |
| YUV | 85.61 | 103.96 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 43 | 0 | 0.65 | 0.73 | 0.37 | 6.67 | 0.58 | 0.4 |
| Hex | A0 | 38 | 2B | 0 | 41 | 49 | 25 | 7 | 3A | 28 |
| Octal | 240 | 70 | 53 | 0 | 101 | 111 | 45 | 7 | 72 | 50 |
| Binary | 10100000 | 111000 | 101011 | 0 | 1000001 | 1001001 | 100101 | 111 | 111010 | 101000 |
Color Harmonies of #A0382B
Complementary color
Monochromatic Colors of #A0382B
Black with #A0382B
Text Example
Text Example
White with #A0382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0382B; }
p { color: rgb(160,56,43); }
H1.HeaderClassName
{
color: #A0382B;
}
.AnyTagClassName
{
color: #A0382B;
}
</style>
background-color css
<style>
a { background-color: #A0382B; }
a { background-color: rgb(160,56,43); }
div.DivClassName
{
background-color: #A0382B;
}
.BgClassName
{
background-color: #A0382B;
}
</style>
border-color css
<style>
span { border-color: #A0382B; }
span { border-color: rgb(160,56,43); }
td.TdClassName
{
border-color: #A0382B;
}
.TagClassName
{
border-color: #A0382B;
}
</style>