Shades of Milano Red #9B3935
Tints of Milano Red #9B3935
RGB
CMYK
RGB Variations
Color information
#9B3935 (or 0x9B3935) is known color: Milano Red. HEX triplet: 9B, 39 and 35. RGB value is (155,57,53). Sum of RGB (Red+Green+Blue) = 155+57+53=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3935 is #64C6CA. Grayscale: #555555. Windows color (decimal): -6604491 or 3488155. OLE color: 3488155.
HSL color Cylindrical-coordinate representation of color #9B3935: hue angle of 2.35º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B3935 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 57 | 53 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.39 |
| HSL | 2.35º | 0.49% | 0.41% | - |
| HSV(B) | 2.35º | 0.66% | 0.61% | - |
| XYZ | 15.62 | 10.15 | 4.5 | - |
| YUV | 85.85 | 109.47 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 57 | 53 | 0 | 0.63 | 0.66 | 0.39 | 2.35 | 0.49 | 0.41 |
| Hex | 9B | 39 | 35 | 0 | 3F | 42 | 27 | 2 | 31 | 29 |
| Octal | 233 | 71 | 65 | 0 | 77 | 102 | 47 | 2 | 61 | 51 |
| Binary | 10011011 | 111001 | 110101 | 0 | 111111 | 1000010 | 100111 | 10 | 110001 | 101001 |
Color Harmonies of #9B3935
Complementary color
Monochromatic Colors of #9B3935
Black with #9B3935
Text Example
Text Example
White with #9B3935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3935; }
p { color: rgb(155,57,53); }
H1.HeaderClassName
{
color: #9B3935;
}
.AnyTagClassName
{
color: #9B3935;
}
</style>
background-color css
<style>
a { background-color: #9B3935; }
a { background-color: rgb(155,57,53); }
div.DivClassName
{
background-color: #9B3935;
}
.BgClassName
{
background-color: #9B3935;
}
</style>
border-color css
<style>
span { border-color: #9B3935; }
span { border-color: rgb(155,57,53); }
td.TdClassName
{
border-color: #9B3935;
}
.TagClassName
{
border-color: #9B3935;
}
</style>