Shades of Milano Red #9C3430
Tints of Milano Red #9C3430
RGB
CMYK
RGB Variations
Color information
#9C3430 (or 0x9C3430) is known color: Milano Red. HEX triplet: 9C, 34 and 30. RGB value is (156,52,48). Sum of RGB (Red+Green+Blue) = 156+52+48=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3430 is #63CBCF. Grayscale: #525252. Windows color (decimal): -6540240 or 3159196. OLE color: 3159196.
HSL color Cylindrical-coordinate representation of color #9C3430: hue angle of 2.22º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C3430 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 52 | 48 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.39 |
| HSL | 2.22º | 0.53% | 0.4% | - |
| HSV(B) | 2.22º | 0.69% | 0.61% | - |
| XYZ | 15.47 | 9.74 | 3.86 | - |
| YUV | 82.64 | 108.46 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 52 | 48 | 0 | 0.67 | 0.69 | 0.39 | 2.22 | 0.53 | 0.4 |
| Hex | 9C | 34 | 30 | 0 | 43 | 45 | 27 | 2 | 35 | 28 |
| Octal | 234 | 64 | 60 | 0 | 103 | 105 | 47 | 2 | 65 | 50 |
| Binary | 10011100 | 110100 | 110000 | 0 | 1000011 | 1000101 | 100111 | 10 | 110101 | 101000 |
Color Harmonies of #9C3430
Complementary color
Monochromatic Colors of #9C3430
Black with #9C3430
Text Example
Text Example
White with #9C3430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3430; }
p { color: rgb(156,52,48); }
H1.HeaderClassName
{
color: #9C3430;
}
.AnyTagClassName
{
color: #9C3430;
}
</style>
background-color css
<style>
a { background-color: #9C3430; }
a { background-color: rgb(156,52,48); }
div.DivClassName
{
background-color: #9C3430;
}
.BgClassName
{
background-color: #9C3430;
}
</style>
border-color css
<style>
span { border-color: #9C3430; }
span { border-color: rgb(156,52,48); }
td.TdClassName
{
border-color: #9C3430;
}
.TagClassName
{
border-color: #9C3430;
}
</style>