Shades of Milano Red #9F302A
Tints of Milano Red #9F302A
RGB
CMYK
RGB Variations
Color information
#9F302A (or 0x9F302A) is known color: Milano Red. HEX triplet: 9F, 30 and 2A. RGB value is (159,48,42). Sum of RGB (Red+Green+Blue) = 159+48+42=249 (32% of max value = 765). Red value is 159 (62.5% from 255 or 63.86% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 159 - color contains mainly: red. Hex color #9F302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F302A is #60CFD5. Grayscale: #505050. Windows color (decimal): -6344662 or 2764959. OLE color: 2764959.
HSL color Cylindrical-coordinate representation of color #9F302A: hue angle of 3.08º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F302A is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 48 | 42 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.38 |
| HSL | 3.08º | 0.58% | 0.39% | - |
| HSV(B) | 3.08º | 0.74% | 0.62% | - |
| XYZ | 15.77 | 9.65 | 3.22 | - |
| YUV | 80.51 | 106.27 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 48 | 42 | 0 | 0.70 | 0.74 | 0.38 | 3.08 | 0.58 | 0.39 |
| Hex | 9F | 30 | 2A | 0 | 46 | 4A | 26 | 3 | 3A | 27 |
| Octal | 237 | 60 | 52 | 0 | 106 | 112 | 46 | 3 | 72 | 47 |
| Binary | 10011111 | 110000 | 101010 | 0 | 1000110 | 1001010 | 100110 | 11 | 111010 | 100111 |
Color Harmonies of #9F302A
Complementary color
Monochromatic Colors of #9F302A
Black with #9F302A
Text Example
Text Example
White with #9F302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F302A; }
p { color: rgb(159,48,42); }
H1.HeaderClassName
{
color: #9F302A;
}
.AnyTagClassName
{
color: #9F302A;
}
</style>
background-color css
<style>
a { background-color: #9F302A; }
a { background-color: rgb(159,48,42); }
div.DivClassName
{
background-color: #9F302A;
}
.BgClassName
{
background-color: #9F302A;
}
</style>
border-color css
<style>
span { border-color: #9F302A; }
span { border-color: rgb(159,48,42); }
td.TdClassName
{
border-color: #9F302A;
}
.TagClassName
{
border-color: #9F302A;
}
</style>