Shades of Milano Red #962E2D
Tints of Milano Red #962E2D
RGB
CMYK
RGB Variations
Color information
#962E2D (or 0x962E2D) is known color: Milano Red. HEX triplet: 96, 2E and 2D. RGB value is (150,46,45). Sum of RGB (Red+Green+Blue) = 150+46+45=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #962E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962E2D is #69D1D2. Grayscale: #4D4D4D. Windows color (decimal): -6934995 or 2961046. OLE color: 2961046.
HSL color Cylindrical-coordinate representation of color #962E2D: hue angle of 0.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #962E2D is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 46 | 45 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.41 |
| HSL | 0.57º | 0.54% | 0.38% | - |
| HSV(B) | 0.57º | 0.7% | 0.59% | - |
| XYZ | 14.03 | 8.63 | 3.41 | - |
| YUV | 76.98 | 109.96 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 46 | 45 | 0 | 0.69 | 0.70 | 0.41 | 0.57 | 0.54 | 0.38 |
| Hex | 96 | 2E | 2D | 0 | 45 | 46 | 29 | 1 | 36 | 26 |
| Octal | 226 | 56 | 55 | 0 | 105 | 106 | 51 | 1 | 66 | 46 |
| Binary | 10010110 | 101110 | 101101 | 0 | 1000101 | 1000110 | 101001 | 1 | 110110 | 100110 |
Color Harmonies of #962E2D
Complementary color
Monochromatic Colors of #962E2D
Black with #962E2D
Text Example
Text Example
White with #962E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962E2D; }
p { color: rgb(150,46,45); }
H1.HeaderClassName
{
color: #962E2D;
}
.AnyTagClassName
{
color: #962E2D;
}
</style>
background-color css
<style>
a { background-color: #962E2D; }
a { background-color: rgb(150,46,45); }
div.DivClassName
{
background-color: #962E2D;
}
.BgClassName
{
background-color: #962E2D;
}
</style>
border-color css
<style>
span { border-color: #962E2D; }
span { border-color: rgb(150,46,45); }
td.TdClassName
{
border-color: #962E2D;
}
.TagClassName
{
border-color: #962E2D;
}
</style>