Shades of Milano Red #9B2E2B
Tints of Milano Red #9B2E2B
RGB
CMYK
RGB Variations
Color information
#9B2E2B (or 0x9B2E2B) is known color: Milano Red. HEX triplet: 9B, 2E and 2B. RGB value is (155,46,43). Sum of RGB (Red+Green+Blue) = 155+46+43=244 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.52% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2E2B is #64D1D4. Grayscale: #4E4E4E. Windows color (decimal): -6607317 or 2829979. OLE color: 2829979.
HSL color Cylindrical-coordinate representation of color #9B2E2B: hue angle of 1.61º 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 #9B2E2B is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 46 | 43 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.39 |
| HSL | 1.61º | 0.57% | 0.39% | - |
| HSV(B) | 1.61º | 0.72% | 0.61% | - |
| XYZ | 14.93 | 9.1 | 3.25 | - |
| YUV | 78.25 | 108.11 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 46 | 43 | 0 | 0.70 | 0.72 | 0.39 | 1.61 | 0.57 | 0.39 |
| Hex | 9B | 2E | 2B | 0 | 46 | 48 | 27 | 2 | 39 | 27 |
| Octal | 233 | 56 | 53 | 0 | 106 | 110 | 47 | 2 | 71 | 47 |
| Binary | 10011011 | 101110 | 101011 | 0 | 1000110 | 1001000 | 100111 | 10 | 111001 | 100111 |
Color Harmonies of #9B2E2B
Complementary color
Monochromatic Colors of #9B2E2B
Black with #9B2E2B
Text Example
Text Example
White with #9B2E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2E2B; }
p { color: rgb(155,46,43); }
H1.HeaderClassName
{
color: #9B2E2B;
}
.AnyTagClassName
{
color: #9B2E2B;
}
</style>
background-color css
<style>
a { background-color: #9B2E2B; }
a { background-color: rgb(155,46,43); }
div.DivClassName
{
background-color: #9B2E2B;
}
.BgClassName
{
background-color: #9B2E2B;
}
</style>
border-color css
<style>
span { border-color: #9B2E2B; }
span { border-color: rgb(155,46,43); }
td.TdClassName
{
border-color: #9B2E2B;
}
.TagClassName
{
border-color: #9B2E2B;
}
</style>