Shades of Milano Red #9B3333
Tints of Milano Red #9B3333
RGB
CMYK
RGB Variations
Color information
#9B3333 (or 0x9B3333) is known color: Milano Red. HEX triplet: 9B, 33 and 33. RGB value is (155,51,51). Sum of RGB (Red+Green+Blue) = 155+51+51=257 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.31% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3333 is #64CCCC. Grayscale: #525252. Windows color (decimal): -6606029 or 3355547. OLE color: 3355547.
HSL color Cylindrical-coordinate representation of color #9B3333: hue angle of 0º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B3333 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 51 | 51 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.39 |
| HSL | 0º | 0.5% | 0.4% | - |
| HSV(B) | 0º | 0.67% | 0.61% | - |
| XYZ | 15.3 | 9.58 | 4.17 | - |
| YUV | 82.1 | 110.46 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 51 | 51 | 0 | 0.67 | 0.67 | 0.39 | 0 | 0.5 | 0.4 |
| Hex | 9B | 33 | 33 | 0 | 43 | 43 | 27 | 0 | 32 | 28 |
| Octal | 233 | 63 | 63 | 0 | 103 | 103 | 47 | 0 | 62 | 50 |
| Binary | 10011011 | 110011 | 110011 | 0 | 1000011 | 1000011 | 100111 | 0 | 110010 | 101000 |
Color Harmonies of #9B3333
Complementary color
Monochromatic Colors of #9B3333
Black with #9B3333
Text Example
Text Example
White with #9B3333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3333; }
p { color: rgb(155,51,51); }
H1.HeaderClassName
{
color: #9B3333;
}
.AnyTagClassName
{
color: #9B3333;
}
</style>
background-color css
<style>
a { background-color: #9B3333; }
a { background-color: rgb(155,51,51); }
div.DivClassName
{
background-color: #9B3333;
}
.BgClassName
{
background-color: #9B3333;
}
</style>
border-color css
<style>
span { border-color: #9B3333; }
span { border-color: rgb(155,51,51); }
td.TdClassName
{
border-color: #9B3333;
}
.TagClassName
{
border-color: #9B3333;
}
</style>