Shades of Milano Red #9E3730
Tints of Milano Red #9E3730
RGB
CMYK
RGB Variations
Color information
#9E3730 (or 0x9E3730) is known color: Milano Red. HEX triplet: 9E, 37 and 30. RGB value is (158,55,48). Sum of RGB (Red+Green+Blue) = 158+55+48=261 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.54% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3730 is #61C8CF. Grayscale: #555555. Windows color (decimal): -6408400 or 3159966. OLE color: 3159966.
HSL color Cylindrical-coordinate representation of color #9E3730: hue angle of 3.82º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E3730 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 55 | 48 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.38 |
| HSL | 3.82º | 0.53% | 0.4% | - |
| HSV(B) | 3.82º | 0.7% | 0.62% | - |
| XYZ | 16 | 10.21 | 3.92 | - |
| YUV | 85 | 107.12 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 48 | 0 | 0.65 | 0.70 | 0.38 | 3.82 | 0.53 | 0.4 |
| Hex | 9E | 37 | 30 | 0 | 41 | 46 | 26 | 4 | 35 | 28 |
| Octal | 236 | 67 | 60 | 0 | 101 | 106 | 46 | 4 | 65 | 50 |
| Binary | 10011110 | 110111 | 110000 | 0 | 1000001 | 1000110 | 100110 | 100 | 110101 | 101000 |
Color Harmonies of #9E3730
Complementary color
Monochromatic Colors of #9E3730
Black with #9E3730
Text Example
Text Example
White with #9E3730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3730; }
p { color: rgb(158,55,48); }
H1.HeaderClassName
{
color: #9E3730;
}
.AnyTagClassName
{
color: #9E3730;
}
</style>
background-color css
<style>
a { background-color: #9E3730; }
a { background-color: rgb(158,55,48); }
div.DivClassName
{
background-color: #9E3730;
}
.BgClassName
{
background-color: #9E3730;
}
</style>
border-color css
<style>
span { border-color: #9E3730; }
span { border-color: rgb(158,55,48); }
td.TdClassName
{
border-color: #9E3730;
}
.TagClassName
{
border-color: #9E3730;
}
</style>