Shades of Milano Red #9C3232
Tints of Milano Red #9C3232
RGB
CMYK
RGB Variations
Color information
#9C3232 (or 0x9C3232) is known color: Milano Red. HEX triplet: 9C, 32 and 32. RGB value is (156,50,50). Sum of RGB (Red+Green+Blue) = 156+50+50=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3232 is #63CDCD. Grayscale: #515151. Windows color (decimal): -6540750 or 3289756. OLE color: 3289756.
HSL color Cylindrical-coordinate representation of color #9C3232: hue angle of 0º 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 #9C3232 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 50 | 50 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.39 |
| HSL | 0º | 0.51% | 0.4% | - |
| HSV(B) | 0º | 0.68% | 0.61% | - |
| XYZ | 15.43 | 9.58 | 4.05 | - |
| YUV | 81.69 | 110.12 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 50 | 50 | 0 | 0.68 | 0.68 | 0.39 | 0 | 0.51 | 0.4 |
| Hex | 9C | 32 | 32 | 0 | 44 | 44 | 27 | 0 | 33 | 28 |
| Octal | 234 | 62 | 62 | 0 | 104 | 104 | 47 | 0 | 63 | 50 |
| Binary | 10011100 | 110010 | 110010 | 0 | 1000100 | 1000100 | 100111 | 0 | 110011 | 101000 |
Color Harmonies of #9C3232
Complementary color
Monochromatic Colors of #9C3232
Black with #9C3232
Text Example
Text Example
White with #9C3232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3232; }
p { color: rgb(156,50,50); }
H1.HeaderClassName
{
color: #9C3232;
}
.AnyTagClassName
{
color: #9C3232;
}
</style>
background-color css
<style>
a { background-color: #9C3232; }
a { background-color: rgb(156,50,50); }
div.DivClassName
{
background-color: #9C3232;
}
.BgClassName
{
background-color: #9C3232;
}
</style>
border-color css
<style>
span { border-color: #9C3232; }
span { border-color: rgb(156,50,50); }
td.TdClassName
{
border-color: #9C3232;
}
.TagClassName
{
border-color: #9C3232;
}
</style>