Shades of Milano Red #9E3A30
Tints of Milano Red #9E3A30
RGB
CMYK
RGB Variations
Color information
#9E3A30 (or 0x9E3A30) is known color: Milano Red. HEX triplet: 9E, 3A and 30. RGB value is (158,58,48). Sum of RGB (Red+Green+Blue) = 158+58+48=264 (34% of max value = 765). Red value is 158 (62.11% from 255 or 59.85% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3A30 is #61C5CF. Grayscale: #565656. Windows color (decimal): -6407632 or 3160734. OLE color: 3160734.
HSL color Cylindrical-coordinate representation of color #9E3A30: hue angle of 5.45º 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 #9E3A30 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 58 | 48 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.38 |
| HSL | 5.45º | 0.53% | 0.4% | - |
| HSV(B) | 5.45º | 0.7% | 0.62% | - |
| XYZ | 16.15 | 10.51 | 3.97 | - |
| YUV | 86.76 | 106.13 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 58 | 48 | 0 | 0.63 | 0.70 | 0.38 | 5.45 | 0.53 | 0.4 |
| Hex | 9E | 3A | 30 | 0 | 3F | 46 | 26 | 5 | 35 | 28 |
| Octal | 236 | 72 | 60 | 0 | 77 | 106 | 46 | 5 | 65 | 50 |
| Binary | 10011110 | 111010 | 110000 | 0 | 111111 | 1000110 | 100110 | 101 | 110101 | 101000 |
Color Harmonies of #9E3A30
Complementary color
Monochromatic Colors of #9E3A30
Black with #9E3A30
Text Example
Text Example
White with #9E3A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3A30; }
p { color: rgb(158,58,48); }
H1.HeaderClassName
{
color: #9E3A30;
}
.AnyTagClassName
{
color: #9E3A30;
}
</style>
background-color css
<style>
a { background-color: #9E3A30; }
a { background-color: rgb(158,58,48); }
div.DivClassName
{
background-color: #9E3A30;
}
.BgClassName
{
background-color: #9E3A30;
}
</style>
border-color css
<style>
span { border-color: #9E3A30; }
span { border-color: rgb(158,58,48); }
td.TdClassName
{
border-color: #9E3A30;
}
.TagClassName
{
border-color: #9E3A30;
}
</style>