Shades of Milano Red #9D3A30
Tints of Milano Red #9D3A30
RGB
CMYK
RGB Variations
Color information
#9D3A30 (or 0x9D3A30) is known color: Milano Red. HEX triplet: 9D, 3A and 30. RGB value is (157,58,48). Sum of RGB (Red+Green+Blue) = 157+58+48=263 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.70% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3A30 is #62C5CF. Grayscale: #565656. Windows color (decimal): -6473168 or 3160733. OLE color: 3160733.
HSL color Cylindrical-coordinate representation of color #9D3A30: hue angle of 5.5º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D3A30 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 58 | 48 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.38 |
| HSL | 5.5º | 0.53% | 0.4% | - |
| HSV(B) | 5.5º | 0.69% | 0.62% | - |
| XYZ | 15.95 | 10.41 | 3.96 | - |
| YUV | 86.46 | 106.3 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 58 | 48 | 0 | 0.63 | 0.69 | 0.38 | 5.5 | 0.53 | 0.4 |
| Hex | 9D | 3A | 30 | 0 | 3F | 45 | 26 | 6 | 35 | 28 |
| Octal | 235 | 72 | 60 | 0 | 77 | 105 | 46 | 6 | 65 | 50 |
| Binary | 10011101 | 111010 | 110000 | 0 | 111111 | 1000101 | 100110 | 110 | 110101 | 101000 |
Color Harmonies of #9D3A30
Complementary color
Monochromatic Colors of #9D3A30
Black with #9D3A30
Text Example
Text Example
White with #9D3A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3A30; }
p { color: rgb(157,58,48); }
H1.HeaderClassName
{
color: #9D3A30;
}
.AnyTagClassName
{
color: #9D3A30;
}
</style>
background-color css
<style>
a { background-color: #9D3A30; }
a { background-color: rgb(157,58,48); }
div.DivClassName
{
background-color: #9D3A30;
}
.BgClassName
{
background-color: #9D3A30;
}
</style>
border-color css
<style>
span { border-color: #9D3A30; }
span { border-color: rgb(157,58,48); }
td.TdClassName
{
border-color: #9D3A30;
}
.TagClassName
{
border-color: #9D3A30;
}
</style>