Shades of Milano Red #993030
Tints of Milano Red #993030
RGB
CMYK
RGB Variations
Color information
#993030 (or 0x993030) is known color: Milano Red. HEX triplet: 99, 30 and 30. RGB value is (153,48,48). Sum of RGB (Red+Green+Blue) = 153+48+48=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #993030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993030 is #66CFCF. Grayscale: #4F4F4F. Windows color (decimal): -6737872 or 3158169. OLE color: 3158169.
HSL color Cylindrical-coordinate representation of color #993030: hue angle of 0º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993030 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 48 | 48 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.4 |
| HSL | 0º | 0.52% | 0.39% | - |
| HSV(B) | 0º | 0.69% | 0.6% | - |
| XYZ | 14.73 | 9.1 | 3.78 | - |
| YUV | 79.4 | 110.29 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 48 | 48 | 0 | 0.69 | 0.69 | 0.4 | 0 | 0.52 | 0.39 |
| Hex | 99 | 30 | 30 | 0 | 45 | 45 | 28 | 0 | 34 | 27 |
| Octal | 231 | 60 | 60 | 0 | 105 | 105 | 50 | 0 | 64 | 47 |
| Binary | 10011001 | 110000 | 110000 | 0 | 1000101 | 1000101 | 101000 | 0 | 110100 | 100111 |
Color Harmonies of #993030
Complementary color
Monochromatic Colors of #993030
Black with #993030
Text Example
Text Example
White with #993030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993030; }
p { color: rgb(153,48,48); }
H1.HeaderClassName
{
color: #993030;
}
.AnyTagClassName
{
color: #993030;
}
</style>
background-color css
<style>
a { background-color: #993030; }
a { background-color: rgb(153,48,48); }
div.DivClassName
{
background-color: #993030;
}
.BgClassName
{
background-color: #993030;
}
</style>
border-color css
<style>
span { border-color: #993030; }
span { border-color: rgb(153,48,48); }
td.TdClassName
{
border-color: #993030;
}
.TagClassName
{
border-color: #993030;
}
</style>