Shades of Milano Red #9B322B
Tints of Milano Red #9B322B
RGB
CMYK
RGB Variations
Color information
#9B322B (or 0x9B322B) is known color: Milano Red. HEX triplet: 9B, 32 and 2B. RGB value is (155,50,43). Sum of RGB (Red+Green+Blue) = 155+50+43=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B322B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B322B is #64CDD4. Grayscale: #505050. Windows color (decimal): -6606293 or 2831003. OLE color: 2831003.
HSL color Cylindrical-coordinate representation of color #9B322B: hue angle of 3.75º 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 #9B322B is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 50 | 43 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.39 |
| HSL | 3.75º | 0.57% | 0.39% | - |
| HSV(B) | 3.75º | 0.72% | 0.61% | - |
| XYZ | 15.09 | 9.42 | 3.31 | - |
| YUV | 80.6 | 106.79 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 50 | 43 | 0 | 0.68 | 0.72 | 0.39 | 3.75 | 0.57 | 0.39 |
| Hex | 9B | 32 | 2B | 0 | 44 | 48 | 27 | 4 | 39 | 27 |
| Octal | 233 | 62 | 53 | 0 | 104 | 110 | 47 | 4 | 71 | 47 |
| Binary | 10011011 | 110010 | 101011 | 0 | 1000100 | 1001000 | 100111 | 100 | 111001 | 100111 |
Color Harmonies of #9B322B
Complementary color
Monochromatic Colors of #9B322B
Black with #9B322B
Text Example
Text Example
White with #9B322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B322B; }
p { color: rgb(155,50,43); }
H1.HeaderClassName
{
color: #9B322B;
}
.AnyTagClassName
{
color: #9B322B;
}
</style>
background-color css
<style>
a { background-color: #9B322B; }
a { background-color: rgb(155,50,43); }
div.DivClassName
{
background-color: #9B322B;
}
.BgClassName
{
background-color: #9B322B;
}
</style>
border-color css
<style>
span { border-color: #9B322B; }
span { border-color: rgb(155,50,43); }
td.TdClassName
{
border-color: #9B322B;
}
.TagClassName
{
border-color: #9B322B;
}
</style>