Shades of Milano Red #9C3732
Tints of Milano Red #9C3732
RGB
CMYK
RGB Variations
Color information
#9C3732 (or 0x9C3732) is known color: Milano Red. HEX triplet: 9C, 37 and 32. RGB value is (156,55,50). Sum of RGB (Red+Green+Blue) = 156+55+50=261 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.77% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3732 is #63C8CD. Grayscale: #545454. Windows color (decimal): -6539470 or 3291036. OLE color: 3291036.
HSL color Cylindrical-coordinate representation of color #9C3732: hue angle of 2.83º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C3732 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 55 | 50 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.39 |
| HSL | 2.83º | 0.51% | 0.4% | - |
| HSV(B) | 2.83º | 0.68% | 0.61% | - |
| XYZ | 15.65 | 10.03 | 4.13 | - |
| YUV | 84.63 | 108.46 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 55 | 50 | 0 | 0.65 | 0.68 | 0.39 | 2.83 | 0.51 | 0.4 |
| Hex | 9C | 37 | 32 | 0 | 41 | 44 | 27 | 3 | 33 | 28 |
| Octal | 234 | 67 | 62 | 0 | 101 | 104 | 47 | 3 | 63 | 50 |
| Binary | 10011100 | 110111 | 110010 | 0 | 1000001 | 1000100 | 100111 | 11 | 110011 | 101000 |
Color Harmonies of #9C3732
Complementary color
Monochromatic Colors of #9C3732
Black with #9C3732
Text Example
Text Example
White with #9C3732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3732; }
p { color: rgb(156,55,50); }
H1.HeaderClassName
{
color: #9C3732;
}
.AnyTagClassName
{
color: #9C3732;
}
</style>
background-color css
<style>
a { background-color: #9C3732; }
a { background-color: rgb(156,55,50); }
div.DivClassName
{
background-color: #9C3732;
}
.BgClassName
{
background-color: #9C3732;
}
</style>
border-color css
<style>
span { border-color: #9C3732; }
span { border-color: rgb(156,55,50); }
td.TdClassName
{
border-color: #9C3732;
}
.TagClassName
{
border-color: #9C3732;
}
</style>