Shades of Milano Red #9E362C
Tints of Milano Red #9E362C
RGB
CMYK
RGB Variations
Color information
#9E362C (or 0x9E362C) is known color: Milano Red. HEX triplet: 9E, 36 and 2C. RGB value is (158,54,44). Sum of RGB (Red+Green+Blue) = 158+54+44=256 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.72% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 158 - color contains mainly: red. Hex color #9E362C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E362C is #61C9D3. Grayscale: #545454. Windows color (decimal): -6408660 or 2897566. OLE color: 2897566.
HSL color Cylindrical-coordinate representation of color #9E362C: hue angle of 5.26º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E362C is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 54 | 44 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.38 |
| HSL | 5.26º | 0.56% | 0.4% | - |
| HSV(B) | 5.26º | 0.72% | 0.62% | - |
| XYZ | 15.87 | 10.09 | 3.49 | - |
| YUV | 83.96 | 105.46 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 54 | 44 | 0 | 0.66 | 0.72 | 0.38 | 5.26 | 0.56 | 0.4 |
| Hex | 9E | 36 | 2C | 0 | 42 | 48 | 26 | 5 | 38 | 28 |
| Octal | 236 | 66 | 54 | 0 | 102 | 110 | 46 | 5 | 70 | 50 |
| Binary | 10011110 | 110110 | 101100 | 0 | 1000010 | 1001000 | 100110 | 101 | 111000 | 101000 |
Color Harmonies of #9E362C
Complementary color
Monochromatic Colors of #9E362C
Black with #9E362C
Text Example
Text Example
White with #9E362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E362C; }
p { color: rgb(158,54,44); }
H1.HeaderClassName
{
color: #9E362C;
}
.AnyTagClassName
{
color: #9E362C;
}
</style>
background-color css
<style>
a { background-color: #9E362C; }
a { background-color: rgb(158,54,44); }
div.DivClassName
{
background-color: #9E362C;
}
.BgClassName
{
background-color: #9E362C;
}
</style>
border-color css
<style>
span { border-color: #9E362C; }
span { border-color: rgb(158,54,44); }
td.TdClassName
{
border-color: #9E362C;
}
.TagClassName
{
border-color: #9E362C;
}
</style>