Shades of Milano Red #992F28
Tints of Milano Red #992F28
RGB
CMYK
RGB Variations
Color information
#992F28 (or 0x992F28) is known color: Milano Red. HEX triplet: 99, 2F and 28. RGB value is (153,47,40). Sum of RGB (Red+Green+Blue) = 153+47+40=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #992F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992F28 is #66D0D7. Grayscale: #4E4E4E. Windows color (decimal): -6738136 or 2633625. OLE color: 2633625.
HSL color Cylindrical-coordinate representation of color #992F28: hue angle of 3.72º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #992F28 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 47 | 40 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.4 |
| HSL | 3.72º | 0.59% | 0.38% | - |
| HSV(B) | 3.72º | 0.74% | 0.6% | - |
| XYZ | 14.54 | 8.96 | 2.97 | - |
| YUV | 77.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 40 | 0 | 0.69 | 0.74 | 0.4 | 3.72 | 0.59 | 0.38 |
| Hex | 99 | 2F | 28 | 0 | 45 | 4A | 28 | 4 | 3B | 26 |
| Octal | 231 | 57 | 50 | 0 | 105 | 112 | 50 | 4 | 73 | 46 |
| Binary | 10011001 | 101111 | 101000 | 0 | 1000101 | 1001010 | 101000 | 100 | 111011 | 100110 |
Color Harmonies of #992F28
Complementary color
Monochromatic Colors of #992F28
Black with #992F28
Text Example
Text Example
White with #992F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992F28; }
p { color: rgb(153,47,40); }
H1.HeaderClassName
{
color: #992F28;
}
.AnyTagClassName
{
color: #992F28;
}
</style>
background-color css
<style>
a { background-color: #992F28; }
a { background-color: rgb(153,47,40); }
div.DivClassName
{
background-color: #992F28;
}
.BgClassName
{
background-color: #992F28;
}
</style>
border-color css
<style>
span { border-color: #992F28; }
span { border-color: rgb(153,47,40); }
td.TdClassName
{
border-color: #992F28;
}
.TagClassName
{
border-color: #992F28;
}
</style>