Shades of Milano Red #9E3530
Tints of Milano Red #9E3530
RGB
CMYK
RGB Variations
Color information
#9E3530 (or 0x9E3530) is known color: Milano Red. HEX triplet: 9E, 35 and 30. RGB value is (158,53,48). Sum of RGB (Red+Green+Blue) = 158+53+48=259 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.00% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3530 is #61CACF. Grayscale: #535353. Windows color (decimal): -6408912 or 3159454. OLE color: 3159454.
HSL color Cylindrical-coordinate representation of color #9E3530: hue angle of 2.73º 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 #9E3530 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 53 | 48 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.38 |
| HSL | 2.73º | 0.53% | 0.4% | - |
| HSV(B) | 2.73º | 0.7% | 0.62% | - |
| XYZ | 15.91 | 10.03 | 3.89 | - |
| YUV | 83.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 53 | 48 | 0 | 0.66 | 0.70 | 0.38 | 2.73 | 0.53 | 0.4 |
| Hex | 9E | 35 | 30 | 0 | 42 | 46 | 26 | 3 | 35 | 28 |
| Octal | 236 | 65 | 60 | 0 | 102 | 106 | 46 | 3 | 65 | 50 |
| Binary | 10011110 | 110101 | 110000 | 0 | 1000010 | 1000110 | 100110 | 11 | 110101 | 101000 |
Color Harmonies of #9E3530
Complementary color
Monochromatic Colors of #9E3530
Black with #9E3530
Text Example
Text Example
White with #9E3530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3530; }
p { color: rgb(158,53,48); }
H1.HeaderClassName
{
color: #9E3530;
}
.AnyTagClassName
{
color: #9E3530;
}
</style>
background-color css
<style>
a { background-color: #9E3530; }
a { background-color: rgb(158,53,48); }
div.DivClassName
{
background-color: #9E3530;
}
.BgClassName
{
background-color: #9E3530;
}
</style>
border-color css
<style>
span { border-color: #9E3530; }
span { border-color: rgb(158,53,48); }
td.TdClassName
{
border-color: #9E3530;
}
.TagClassName
{
border-color: #9E3530;
}
</style>