Shades of Milano Red #9B352C
Tints of Milano Red #9B352C
RGB
CMYK
RGB Variations
Color information
#9B352C (or 0x9B352C) is known color: Milano Red. HEX triplet: 9B, 35 and 2C. RGB value is (155,53,44). Sum of RGB (Red+Green+Blue) = 155+53+44=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B352C is #64CAD3. Grayscale: #525252. Windows color (decimal): -6605524 or 2897307. OLE color: 2897307.
HSL color Cylindrical-coordinate representation of color #9B352C: hue angle of 4.86º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B352C is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 53 | 44 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.39 |
| HSL | 4.86º | 0.56% | 0.39% | - |
| HSV(B) | 4.86º | 0.72% | 0.61% | - |
| XYZ | 15.25 | 9.7 | 3.45 | - |
| YUV | 82.47 | 106.29 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 53 | 44 | 0 | 0.66 | 0.72 | 0.39 | 4.86 | 0.56 | 0.39 |
| Hex | 9B | 35 | 2C | 0 | 42 | 48 | 27 | 5 | 38 | 27 |
| Octal | 233 | 65 | 54 | 0 | 102 | 110 | 47 | 5 | 70 | 47 |
| Binary | 10011011 | 110101 | 101100 | 0 | 1000010 | 1001000 | 100111 | 101 | 111000 | 100111 |
Color Harmonies of #9B352C
Complementary color
Monochromatic Colors of #9B352C
Black with #9B352C
Text Example
Text Example
White with #9B352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B352C; }
p { color: rgb(155,53,44); }
H1.HeaderClassName
{
color: #9B352C;
}
.AnyTagClassName
{
color: #9B352C;
}
</style>
background-color css
<style>
a { background-color: #9B352C; }
a { background-color: rgb(155,53,44); }
div.DivClassName
{
background-color: #9B352C;
}
.BgClassName
{
background-color: #9B352C;
}
</style>
border-color css
<style>
span { border-color: #9B352C; }
span { border-color: rgb(155,53,44); }
td.TdClassName
{
border-color: #9B352C;
}
.TagClassName
{
border-color: #9B352C;
}
</style>