Shades of Milano Red #9A2E28
Tints of Milano Red #9A2E28
RGB
CMYK
RGB Variations
Color information
#9A2E28 (or 0x9A2E28) is known color: Milano Red. HEX triplet: 9A, 2E and 28. RGB value is (154,46,40). Sum of RGB (Red+Green+Blue) = 154+46+40=240 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.17% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2E28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2E28 is #65D1D7. Grayscale: #4D4D4D. Windows color (decimal): -6672856 or 2633370. OLE color: 2633370.
HSL color Cylindrical-coordinate representation of color #9A2E28: hue angle of 3.16º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9A2E28 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 46 | 40 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.40 |
| HSL | 3.16º | 0.59% | 0.38% | - |
| HSV(B) | 3.16º | 0.74% | 0.6% | - |
| XYZ | 14.69 | 8.98 | 2.97 | - |
| YUV | 77.61 | 106.78 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 46 | 40 | 0 | 0.70 | 0.74 | 0.40 | 3.16 | 0.59 | 0.38 |
| Hex | 9A | 2E | 28 | 0 | 46 | 4A | 28 | 3 | 3B | 26 |
| Octal | 232 | 56 | 50 | 0 | 106 | 112 | 50 | 3 | 73 | 46 |
| Binary | 10011010 | 101110 | 101000 | 0 | 1000110 | 1001010 | 101000 | 11 | 111011 | 100110 |
Color Harmonies of #9A2E28
Complementary color
Monochromatic Colors of #9A2E28
Black with #9A2E28
Text Example
Text Example
White with #9A2E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2E28; }
p { color: rgb(154,46,40); }
H1.HeaderClassName
{
color: #9A2E28;
}
.AnyTagClassName
{
color: #9A2E28;
}
</style>
background-color css
<style>
a { background-color: #9A2E28; }
a { background-color: rgb(154,46,40); }
div.DivClassName
{
background-color: #9A2E28;
}
.BgClassName
{
background-color: #9A2E28;
}
</style>
border-color css
<style>
span { border-color: #9A2E28; }
span { border-color: rgb(154,46,40); }
td.TdClassName
{
border-color: #9A2E28;
}
.TagClassName
{
border-color: #9A2E28;
}
</style>