Shades of Milano Red #98302A
Tints of Milano Red #98302A
RGB
CMYK
RGB Variations
Color information
#98302A (or 0x98302A) is known color: Milano Red. HEX triplet: 98, 30 and 2A. RGB value is (152,48,42). Sum of RGB (Red+Green+Blue) = 152+48+42=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #98302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98302A is #67CFD5. Grayscale: #4E4E4E. Windows color (decimal): -6803414 or 2764952. OLE color: 2764952.
HSL color Cylindrical-coordinate representation of color #98302A: hue angle of 3.27º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98302A is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 48 | 42 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.40 |
| HSL | 3.27º | 0.57% | 0.38% | - |
| HSV(B) | 3.27º | 0.72% | 0.6% | - |
| XYZ | 14.42 | 8.96 | 3.16 | - |
| YUV | 78.41 | 107.46 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 42 | 0 | 0.68 | 0.72 | 0.40 | 3.27 | 0.57 | 0.38 |
| Hex | 98 | 30 | 2A | 0 | 44 | 48 | 28 | 3 | 39 | 26 |
| Octal | 230 | 60 | 52 | 0 | 104 | 110 | 50 | 3 | 71 | 46 |
| Binary | 10011000 | 110000 | 101010 | 0 | 1000100 | 1001000 | 101000 | 11 | 111001 | 100110 |
Color Harmonies of #98302A
Complementary color
Monochromatic Colors of #98302A
Black with #98302A
Text Example
Text Example
White with #98302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98302A; }
p { color: rgb(152,48,42); }
H1.HeaderClassName
{
color: #98302A;
}
.AnyTagClassName
{
color: #98302A;
}
</style>
background-color css
<style>
a { background-color: #98302A; }
a { background-color: rgb(152,48,42); }
div.DivClassName
{
background-color: #98302A;
}
.BgClassName
{
background-color: #98302A;
}
</style>
border-color css
<style>
span { border-color: #98302A; }
span { border-color: rgb(152,48,42); }
td.TdClassName
{
border-color: #98302A;
}
.TagClassName
{
border-color: #98302A;
}
</style>