Shades of Milano Red #962E2E
Tints of Milano Red #962E2E
RGB
CMYK
RGB Variations
Color information
#962E2E (or 0x962E2E) is known color: Milano Red. HEX triplet: 96, 2E and 2E. RGB value is (150,46,46). Sum of RGB (Red+Green+Blue) = 150+46+46=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #962E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962E2E is #69D1D1. Grayscale: #4D4D4D. Windows color (decimal): -6934994 or 3026582. OLE color: 3026582.
HSL color Cylindrical-coordinate representation of color #962E2E: hue angle of 0º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962E2E is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 46 | 46 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.41 |
| HSL | 0º | 0.53% | 0.38% | - |
| HSV(B) | 0º | 0.69% | 0.59% | - |
| XYZ | 14.05 | 8.64 | 3.51 | - |
| YUV | 77.1 | 110.46 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 46 | 46 | 0 | 0.69 | 0.69 | 0.41 | 0 | 0.53 | 0.38 |
| Hex | 96 | 2E | 2E | 0 | 45 | 45 | 29 | 0 | 35 | 26 |
| Octal | 226 | 56 | 56 | 0 | 105 | 105 | 51 | 0 | 65 | 46 |
| Binary | 10010110 | 101110 | 101110 | 0 | 1000101 | 1000101 | 101001 | 0 | 110101 | 100110 |
Color Harmonies of #962E2E
Complementary color
Monochromatic Colors of #962E2E
Black with #962E2E
Text Example
Text Example
White with #962E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962E2E; }
p { color: rgb(150,46,46); }
H1.HeaderClassName
{
color: #962E2E;
}
.AnyTagClassName
{
color: #962E2E;
}
</style>
background-color css
<style>
a { background-color: #962E2E; }
a { background-color: rgb(150,46,46); }
div.DivClassName
{
background-color: #962E2E;
}
.BgClassName
{
background-color: #962E2E;
}
</style>
border-color css
<style>
span { border-color: #962E2E; }
span { border-color: rgb(150,46,46); }
td.TdClassName
{
border-color: #962E2E;
}
.TagClassName
{
border-color: #962E2E;
}
</style>