Shades of Milano Red #98302D
Tints of Milano Red #98302D
RGB
CMYK
RGB Variations
Color information
#98302D (or 0x98302D) is known color: Milano Red. HEX triplet: 98, 30 and 2D. RGB value is (152,48,45). Sum of RGB (Red+Green+Blue) = 152+48+45=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #98302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98302D is #67CFD2. Grayscale: #4E4E4E. Windows color (decimal): -6803411 or 2961560. OLE color: 2961560.
HSL color Cylindrical-coordinate representation of color #98302D: hue angle of 1.68º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98302D is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 48 | 45 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.40 |
| HSL | 1.68º | 0.54% | 0.39% | - |
| HSV(B) | 1.68º | 0.7% | 0.6% | - |
| XYZ | 14.48 | 8.98 | 3.45 | - |
| YUV | 78.75 | 108.96 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 45 | 0 | 0.68 | 0.70 | 0.40 | 1.68 | 0.54 | 0.39 |
| Hex | 98 | 30 | 2D | 0 | 44 | 46 | 28 | 2 | 36 | 27 |
| Octal | 230 | 60 | 55 | 0 | 104 | 106 | 50 | 2 | 66 | 47 |
| Binary | 10011000 | 110000 | 101101 | 0 | 1000100 | 1000110 | 101000 | 10 | 110110 | 100111 |
Color Harmonies of #98302D
Complementary color
Monochromatic Colors of #98302D
Black with #98302D
Text Example
Text Example
White with #98302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98302D; }
p { color: rgb(152,48,45); }
H1.HeaderClassName
{
color: #98302D;
}
.AnyTagClassName
{
color: #98302D;
}
</style>
background-color css
<style>
a { background-color: #98302D; }
a { background-color: rgb(152,48,45); }
div.DivClassName
{
background-color: #98302D;
}
.BgClassName
{
background-color: #98302D;
}
</style>
border-color css
<style>
span { border-color: #98302D; }
span { border-color: rgb(152,48,45); }
td.TdClassName
{
border-color: #98302D;
}
.TagClassName
{
border-color: #98302D;
}
</style>