Shades of Milano Red #952D2B
Tints of Milano Red #952D2B
RGB
CMYK
RGB Variations
Color information
#952D2B (or 0x952D2B) is known color: Milano Red. HEX triplet: 95, 2D and 2B. RGB value is (149,45,43). Sum of RGB (Red+Green+Blue) = 149+45+43=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #952D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D2B is #6AD2D4. Grayscale: #4B4B4B. Windows color (decimal): -7000789 or 2829717. OLE color: 2829717.
HSL color Cylindrical-coordinate representation of color #952D2B: hue angle of 1.13º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #952D2B is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 43 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.42 |
| HSL | 1.13º | 0.55% | 0.38% | - |
| HSV(B) | 1.13º | 0.71% | 0.58% | - |
| XYZ | 13.77 | 8.44 | 3.19 | - |
| YUV | 75.87 | 109.46 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 43 | 0 | 0.70 | 0.71 | 0.42 | 1.13 | 0.55 | 0.38 |
| Hex | 95 | 2D | 2B | 0 | 46 | 47 | 2A | 1 | 37 | 26 |
| Octal | 225 | 55 | 53 | 0 | 106 | 107 | 52 | 1 | 67 | 46 |
| Binary | 10010101 | 101101 | 101011 | 0 | 1000110 | 1000111 | 101010 | 1 | 110111 | 100110 |
Color Harmonies of #952D2B
Complementary color
Monochromatic Colors of #952D2B
Black with #952D2B
Text Example
Text Example
White with #952D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D2B; }
p { color: rgb(149,45,43); }
H1.HeaderClassName
{
color: #952D2B;
}
.AnyTagClassName
{
color: #952D2B;
}
</style>
background-color css
<style>
a { background-color: #952D2B; }
a { background-color: rgb(149,45,43); }
div.DivClassName
{
background-color: #952D2B;
}
.BgClassName
{
background-color: #952D2B;
}
</style>
border-color css
<style>
span { border-color: #952D2B; }
span { border-color: rgb(149,45,43); }
td.TdClassName
{
border-color: #952D2B;
}
.TagClassName
{
border-color: #952D2B;
}
</style>