Shades of Milano Red #962F2B
Tints of Milano Red #962F2B
RGB
CMYK
RGB Variations
Color information
#962F2B (or 0x962F2B) is known color: Milano Red. HEX triplet: 96, 2F and 2B. RGB value is (150,47,43). Sum of RGB (Red+Green+Blue) = 150+47+43=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #962F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962F2B is #69D0D4. Grayscale: #4D4D4D. Windows color (decimal): -6934741 or 2830230. OLE color: 2830230.
HSL color Cylindrical-coordinate representation of color #962F2B: hue angle of 2.24º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962F2B is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 47 | 43 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.41 |
| HSL | 2.24º | 0.55% | 0.38% | - |
| HSV(B) | 2.24º | 0.71% | 0.59% | - |
| XYZ | 14.03 | 8.69 | 3.22 | - |
| YUV | 77.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 47 | 43 | 0 | 0.69 | 0.71 | 0.41 | 2.24 | 0.55 | 0.38 |
| Hex | 96 | 2F | 2B | 0 | 45 | 47 | 29 | 2 | 37 | 26 |
| Octal | 226 | 57 | 53 | 0 | 105 | 107 | 51 | 2 | 67 | 46 |
| Binary | 10010110 | 101111 | 101011 | 0 | 1000101 | 1000111 | 101001 | 10 | 110111 | 100110 |
Color Harmonies of #962F2B
Complementary color
Monochromatic Colors of #962F2B
Black with #962F2B
Text Example
Text Example
White with #962F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962F2B; }
p { color: rgb(150,47,43); }
H1.HeaderClassName
{
color: #962F2B;
}
.AnyTagClassName
{
color: #962F2B;
}
</style>
background-color css
<style>
a { background-color: #962F2B; }
a { background-color: rgb(150,47,43); }
div.DivClassName
{
background-color: #962F2B;
}
.BgClassName
{
background-color: #962F2B;
}
</style>
border-color css
<style>
span { border-color: #962F2B; }
span { border-color: rgb(150,47,43); }
td.TdClassName
{
border-color: #962F2B;
}
.TagClassName
{
border-color: #962F2B;
}
</style>