Shades of Milano Red #992D28
Tints of Milano Red #992D28
RGB
CMYK
RGB Variations
Color information
#992D28 (or 0x992D28) is known color: Milano Red. HEX triplet: 99, 2D and 28. RGB value is (153,45,40). Sum of RGB (Red+Green+Blue) = 153+45+40=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #992D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992D28 is #66D2D7. Grayscale: #4C4C4C. Windows color (decimal): -6738648 or 2633113. OLE color: 2633113.
HSL color Cylindrical-coordinate representation of color #992D28: hue angle of 2.65º 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 #992D28 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 45 | 40 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.4 |
| HSL | 2.65º | 0.59% | 0.38% | - |
| HSV(B) | 2.65º | 0.74% | 0.6% | - |
| XYZ | 14.46 | 8.8 | 2.94 | - |
| YUV | 76.72 | 107.28 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 40 | 0 | 0.71 | 0.74 | 0.4 | 2.65 | 0.59 | 0.38 |
| Hex | 99 | 2D | 28 | 0 | 47 | 4A | 28 | 3 | 3B | 26 |
| Octal | 231 | 55 | 50 | 0 | 107 | 112 | 50 | 3 | 73 | 46 |
| Binary | 10011001 | 101101 | 101000 | 0 | 1000111 | 1001010 | 101000 | 11 | 111011 | 100110 |
Color Harmonies of #992D28
Complementary color
Monochromatic Colors of #992D28
Black with #992D28
Text Example
Text Example
White with #992D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992D28; }
p { color: rgb(153,45,40); }
H1.HeaderClassName
{
color: #992D28;
}
.AnyTagClassName
{
color: #992D28;
}
</style>
background-color css
<style>
a { background-color: #992D28; }
a { background-color: rgb(153,45,40); }
div.DivClassName
{
background-color: #992D28;
}
.BgClassName
{
background-color: #992D28;
}
</style>
border-color css
<style>
span { border-color: #992D28; }
span { border-color: rgb(153,45,40); }
td.TdClassName
{
border-color: #992D28;
}
.TagClassName
{
border-color: #992D28;
}
</style>