Shades of Milano Red #9D2E2B
Tints of Milano Red #9D2E2B
RGB
CMYK
RGB Variations
Color information
#9D2E2B (or 0x9D2E2B) is known color: Milano Red. HEX triplet: 9D, 2E and 2B. RGB value is (157,46,43). Sum of RGB (Red+Green+Blue) = 157+46+43=246 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.82% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2E2B is #62D1D4. Grayscale: #4E4E4E. Windows color (decimal): -6476245 or 2829981. OLE color: 2829981.
HSL color Cylindrical-coordinate representation of color #9D2E2B: hue angle of 1.58º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D2E2B is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 46 | 43 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.38 |
| HSL | 1.58º | 0.57% | 0.39% | - |
| HSV(B) | 1.58º | 0.73% | 0.62% | - |
| XYZ | 15.32 | 9.3 | 3.27 | - |
| YUV | 78.85 | 107.77 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 46 | 43 | 0 | 0.71 | 0.73 | 0.38 | 1.58 | 0.57 | 0.39 |
| Hex | 9D | 2E | 2B | 0 | 47 | 49 | 26 | 2 | 39 | 27 |
| Octal | 235 | 56 | 53 | 0 | 107 | 111 | 46 | 2 | 71 | 47 |
| Binary | 10011101 | 101110 | 101011 | 0 | 1000111 | 1001001 | 100110 | 10 | 111001 | 100111 |
Color Harmonies of #9D2E2B
Complementary color
Monochromatic Colors of #9D2E2B
Black with #9D2E2B
Text Example
Text Example
White with #9D2E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2E2B; }
p { color: rgb(157,46,43); }
H1.HeaderClassName
{
color: #9D2E2B;
}
.AnyTagClassName
{
color: #9D2E2B;
}
</style>
background-color css
<style>
a { background-color: #9D2E2B; }
a { background-color: rgb(157,46,43); }
div.DivClassName
{
background-color: #9D2E2B;
}
.BgClassName
{
background-color: #9D2E2B;
}
</style>
border-color css
<style>
span { border-color: #9D2E2B; }
span { border-color: rgb(157,46,43); }
td.TdClassName
{
border-color: #9D2E2B;
}
.TagClassName
{
border-color: #9D2E2B;
}
</style>