Shades of Milano Red #9B3530
Tints of Milano Red #9B3530
RGB
CMYK
RGB Variations
Color information
#9B3530 (or 0x9B3530) is known color: Milano Red. HEX triplet: 9B, 35 and 30. RGB value is (155,53,48). Sum of RGB (Red+Green+Blue) = 155+53+48=256 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.55% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3530 is #64CACF. Grayscale: #535353. Windows color (decimal): -6605520 or 3159451. OLE color: 3159451.
HSL color Cylindrical-coordinate representation of color #9B3530: hue angle of 2.8º 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 #9B3530 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 53 | 48 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.39 |
| HSL | 2.8º | 0.53% | 0.4% | - |
| HSV(B) | 2.8º | 0.69% | 0.61% | - |
| XYZ | 15.32 | 9.73 | 3.87 | - |
| YUV | 82.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 53 | 48 | 0 | 0.66 | 0.69 | 0.39 | 2.8 | 0.53 | 0.4 |
| Hex | 9B | 35 | 30 | 0 | 42 | 45 | 27 | 3 | 35 | 28 |
| Octal | 233 | 65 | 60 | 0 | 102 | 105 | 47 | 3 | 65 | 50 |
| Binary | 10011011 | 110101 | 110000 | 0 | 1000010 | 1000101 | 100111 | 11 | 110101 | 101000 |
Color Harmonies of #9B3530
Complementary color
Monochromatic Colors of #9B3530
Black with #9B3530
Text Example
Text Example
White with #9B3530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3530; }
p { color: rgb(155,53,48); }
H1.HeaderClassName
{
color: #9B3530;
}
.AnyTagClassName
{
color: #9B3530;
}
</style>
background-color css
<style>
a { background-color: #9B3530; }
a { background-color: rgb(155,53,48); }
div.DivClassName
{
background-color: #9B3530;
}
.BgClassName
{
background-color: #9B3530;
}
</style>
border-color css
<style>
span { border-color: #9B3530; }
span { border-color: rgb(155,53,48); }
td.TdClassName
{
border-color: #9B3530;
}
.TagClassName
{
border-color: #9B3530;
}
</style>