Shades of Milano Red #982C2C
Tints of Milano Red #982C2C
RGB
CMYK
RGB Variations
Color information
#982C2C (or 0x982C2C) is known color: Milano Red. HEX triplet: 98, 2C and 2C. RGB value is (152,44,44). Sum of RGB (Red+Green+Blue) = 152+44+44=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #982C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C2C is #67D3D3. Grayscale: #4C4C4C. Windows color (decimal): -6804436 or 2895000. OLE color: 2895000.
HSL color Cylindrical-coordinate representation of color #982C2C: hue angle of 0º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #982C2C is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 44 | 44 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.40 |
| HSL | 0º | 0.55% | 0.38% | - |
| HSV(B) | 0º | 0.71% | 0.6% | - |
| XYZ | 14.3 | 8.66 | 3.3 | - |
| YUV | 76.29 | 109.78 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 44 | 0 | 0.71 | 0.71 | 0.40 | 0 | 0.55 | 0.38 |
| Hex | 98 | 2C | 2C | 0 | 47 | 47 | 28 | 0 | 37 | 26 |
| Octal | 230 | 54 | 54 | 0 | 107 | 107 | 50 | 0 | 67 | 46 |
| Binary | 10011000 | 101100 | 101100 | 0 | 1000111 | 1000111 | 101000 | 0 | 110111 | 100110 |
Color Harmonies of #982C2C
Complementary color
Monochromatic Colors of #982C2C
Black with #982C2C
Text Example
Text Example
White with #982C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982C2C; }
p { color: rgb(152,44,44); }
H1.HeaderClassName
{
color: #982C2C;
}
.AnyTagClassName
{
color: #982C2C;
}
</style>
background-color css
<style>
a { background-color: #982C2C; }
a { background-color: rgb(152,44,44); }
div.DivClassName
{
background-color: #982C2C;
}
.BgClassName
{
background-color: #982C2C;
}
</style>
border-color css
<style>
span { border-color: #982C2C; }
span { border-color: rgb(152,44,44); }
td.TdClassName
{
border-color: #982C2C;
}
.TagClassName
{
border-color: #982C2C;
}
</style>