Shades of Milano Red #952D2C
Tints of Milano Red #952D2C
RGB
CMYK
RGB Variations
Color information
#952D2C (or 0x952D2C) is known color: Milano Red. HEX triplet: 95, 2D and 2C. RGB value is (149,45,44). Sum of RGB (Red+Green+Blue) = 149+45+44=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #952D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D2C is #6AD2D3. Grayscale: #4C4C4C. Windows color (decimal): -7000788 or 2895253. OLE color: 2895253.
HSL color Cylindrical-coordinate representation of color #952D2C: hue angle of 0.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D2C is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 44 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.42 |
| HSL | 0.57º | 0.54% | 0.38% | - |
| HSV(B) | 0.57º | 0.7% | 0.58% | - |
| XYZ | 13.79 | 8.45 | 3.29 | - |
| YUV | 75.98 | 109.96 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 44 | 0 | 0.70 | 0.70 | 0.42 | 0.57 | 0.54 | 0.38 |
| Hex | 95 | 2D | 2C | 0 | 46 | 46 | 2A | 1 | 36 | 26 |
| Octal | 225 | 55 | 54 | 0 | 106 | 106 | 52 | 1 | 66 | 46 |
| Binary | 10010101 | 101101 | 101100 | 0 | 1000110 | 1000110 | 101010 | 1 | 110110 | 100110 |
Color Harmonies of #952D2C
Complementary color
Monochromatic Colors of #952D2C
Black with #952D2C
Text Example
Text Example
White with #952D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D2C; }
p { color: rgb(149,45,44); }
H1.HeaderClassName
{
color: #952D2C;
}
.AnyTagClassName
{
color: #952D2C;
}
</style>
background-color css
<style>
a { background-color: #952D2C; }
a { background-color: rgb(149,45,44); }
div.DivClassName
{
background-color: #952D2C;
}
.BgClassName
{
background-color: #952D2C;
}
</style>
border-color css
<style>
span { border-color: #952D2C; }
span { border-color: rgb(149,45,44); }
td.TdClassName
{
border-color: #952D2C;
}
.TagClassName
{
border-color: #952D2C;
}
</style>