Shades of Milano Red #9B2D2A
Tints of Milano Red #9B2D2A
RGB
CMYK
RGB Variations
Color information
#9B2D2A (or 0x9B2D2A) is known color: Milano Red. HEX triplet: 9B, 2D and 2A. RGB value is (155,45,42). Sum of RGB (Red+Green+Blue) = 155+45+42=242 (32% of max value = 765). Red value is 155 (60.94% from 255 or 64.05% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2D2A is #64D2D5. Grayscale: #4D4D4D. Windows color (decimal): -6607574 or 2764187. OLE color: 2764187.
HSL color Cylindrical-coordinate representation of color #9B2D2A: hue angle of 1.59º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9B2D2A is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 45 | 42 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.39 |
| HSL | 1.59º | 0.57% | 0.39% | - |
| HSV(B) | 1.59º | 0.73% | 0.61% | - |
| XYZ | 14.87 | 9.01 | 3.15 | - |
| YUV | 77.55 | 107.94 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 45 | 42 | 0 | 0.71 | 0.73 | 0.39 | 1.59 | 0.57 | 0.39 |
| Hex | 9B | 2D | 2A | 0 | 47 | 49 | 27 | 2 | 39 | 27 |
| Octal | 233 | 55 | 52 | 0 | 107 | 111 | 47 | 2 | 71 | 47 |
| Binary | 10011011 | 101101 | 101010 | 0 | 1000111 | 1001001 | 100111 | 10 | 111001 | 100111 |
Color Harmonies of #9B2D2A
Complementary color
Monochromatic Colors of #9B2D2A
Black with #9B2D2A
Text Example
Text Example
White with #9B2D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2D2A; }
p { color: rgb(155,45,42); }
H1.HeaderClassName
{
color: #9B2D2A;
}
.AnyTagClassName
{
color: #9B2D2A;
}
</style>
background-color css
<style>
a { background-color: #9B2D2A; }
a { background-color: rgb(155,45,42); }
div.DivClassName
{
background-color: #9B2D2A;
}
.BgClassName
{
background-color: #9B2D2A;
}
</style>
border-color css
<style>
span { border-color: #9B2D2A; }
span { border-color: rgb(155,45,42); }
td.TdClassName
{
border-color: #9B2D2A;
}
.TagClassName
{
border-color: #9B2D2A;
}
</style>