Shades of Milano Red #992F2B
Tints of Milano Red #992F2B
RGB
CMYK
RGB Variations
Color information
#992F2B (or 0x992F2B) is known color: Milano Red. HEX triplet: 99, 2F and 2B. RGB value is (153,47,43). Sum of RGB (Red+Green+Blue) = 153+47+43=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #992F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992F2B is #66D0D4. Grayscale: #4E4E4E. Windows color (decimal): -6738133 or 2830233. OLE color: 2830233.
HSL color Cylindrical-coordinate representation of color #992F2B: hue angle of 2.18º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #992F2B is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 47 | 43 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.4 |
| HSL | 2.18º | 0.56% | 0.38% | - |
| HSV(B) | 2.18º | 0.72% | 0.6% | - |
| XYZ | 14.59 | 8.98 | 3.25 | - |
| YUV | 78.24 | 108.12 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 43 | 0 | 0.69 | 0.72 | 0.4 | 2.18 | 0.56 | 0.38 |
| Hex | 99 | 2F | 2B | 0 | 45 | 48 | 28 | 2 | 38 | 26 |
| Octal | 231 | 57 | 53 | 0 | 105 | 110 | 50 | 2 | 70 | 46 |
| Binary | 10011001 | 101111 | 101011 | 0 | 1000101 | 1001000 | 101000 | 10 | 111000 | 100110 |
Color Harmonies of #992F2B
Complementary color
Monochromatic Colors of #992F2B
Black with #992F2B
Text Example
Text Example
White with #992F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992F2B; }
p { color: rgb(153,47,43); }
H1.HeaderClassName
{
color: #992F2B;
}
.AnyTagClassName
{
color: #992F2B;
}
</style>
background-color css
<style>
a { background-color: #992F2B; }
a { background-color: rgb(153,47,43); }
div.DivClassName
{
background-color: #992F2B;
}
.BgClassName
{
background-color: #992F2B;
}
</style>
border-color css
<style>
span { border-color: #992F2B; }
span { border-color: rgb(153,47,43); }
td.TdClassName
{
border-color: #992F2B;
}
.TagClassName
{
border-color: #992F2B;
}
</style>