Shades of Milano Red #982B2B
Tints of Milano Red #982B2B
RGB
CMYK
RGB Variations
Color information
#982B2B (or 0x982B2B) is known color: Milano Red. HEX triplet: 98, 2B and 2B. RGB value is (152,43,43). Sum of RGB (Red+Green+Blue) = 152+43+43=238 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.87% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 152 - color contains mainly: red. Hex color #982B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982B2B is #67D4D4. Grayscale: #4B4B4B. Windows color (decimal): -6804693 or 2829208. OLE color: 2829208.
HSL color Cylindrical-coordinate representation of color #982B2B: hue angle of 0º degrees, saturation: 0.56, 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 #982B2B is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 43 | 43 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.40 |
| HSL | 0º | 0.56% | 0.38% | - |
| HSV(B) | 0º | 0.72% | 0.6% | - |
| XYZ | 14.25 | 8.58 | 3.19 | - |
| YUV | 75.59 | 109.61 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 43 | 43 | 0 | 0.72 | 0.72 | 0.40 | 0 | 0.56 | 0.38 |
| Hex | 98 | 2B | 2B | 0 | 48 | 48 | 28 | 0 | 38 | 26 |
| Octal | 230 | 53 | 53 | 0 | 110 | 110 | 50 | 0 | 70 | 46 |
| Binary | 10011000 | 101011 | 101011 | 0 | 1001000 | 1001000 | 101000 | 0 | 111000 | 100110 |
Color Harmonies of #982B2B
Complementary color
Monochromatic Colors of #982B2B
Black with #982B2B
Text Example
Text Example
White with #982B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982B2B; }
p { color: rgb(152,43,43); }
H1.HeaderClassName
{
color: #982B2B;
}
.AnyTagClassName
{
color: #982B2B;
}
</style>
background-color css
<style>
a { background-color: #982B2B; }
a { background-color: rgb(152,43,43); }
div.DivClassName
{
background-color: #982B2B;
}
.BgClassName
{
background-color: #982B2B;
}
</style>
border-color css
<style>
span { border-color: #982B2B; }
span { border-color: rgb(152,43,43); }
td.TdClassName
{
border-color: #982B2B;
}
.TagClassName
{
border-color: #982B2B;
}
</style>