Shades of Milano Red #9C342B
Tints of Milano Red #9C342B
RGB
CMYK
RGB Variations
Color information
#9C342B (or 0x9C342B) is known color: Milano Red. HEX triplet: 9C, 34 and 2B. RGB value is (156,52,43). Sum of RGB (Red+Green+Blue) = 156+52+43=251 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.15% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 156 - color contains mainly: red. Hex color #9C342B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C342B is #63CBD4. Grayscale: #525252. Windows color (decimal): -6540245 or 2831516. OLE color: 2831516.
HSL color Cylindrical-coordinate representation of color #9C342B: hue angle of 4.78º degrees, saturation: 0.57, 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 #9C342B is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 52 | 43 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.39 |
| HSL | 4.78º | 0.57% | 0.39% | - |
| HSV(B) | 4.78º | 0.72% | 0.61% | - |
| XYZ | 15.37 | 9.7 | 3.35 | - |
| YUV | 82.07 | 105.96 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 52 | 43 | 0 | 0.67 | 0.72 | 0.39 | 4.78 | 0.57 | 0.39 |
| Hex | 9C | 34 | 2B | 0 | 43 | 48 | 27 | 5 | 39 | 27 |
| Octal | 234 | 64 | 53 | 0 | 103 | 110 | 47 | 5 | 71 | 47 |
| Binary | 10011100 | 110100 | 101011 | 0 | 1000011 | 1001000 | 100111 | 101 | 111001 | 100111 |
Color Harmonies of #9C342B
Complementary color
Monochromatic Colors of #9C342B
Black with #9C342B
Text Example
Text Example
White with #9C342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C342B; }
p { color: rgb(156,52,43); }
H1.HeaderClassName
{
color: #9C342B;
}
.AnyTagClassName
{
color: #9C342B;
}
</style>
background-color css
<style>
a { background-color: #9C342B; }
a { background-color: rgb(156,52,43); }
div.DivClassName
{
background-color: #9C342B;
}
.BgClassName
{
background-color: #9C342B;
}
</style>
border-color css
<style>
span { border-color: #9C342B; }
span { border-color: rgb(156,52,43); }
td.TdClassName
{
border-color: #9C342B;
}
.TagClassName
{
border-color: #9C342B;
}
</style>