Shades of Milano Red #9A2E2A
Tints of Milano Red #9A2E2A
RGB
CMYK
RGB Variations
Color information
#9A2E2A (or 0x9A2E2A) is known color: Milano Red. HEX triplet: 9A, 2E and 2A. RGB value is (154,46,42). Sum of RGB (Red+Green+Blue) = 154+46+42=242 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.64% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2E2A is #65D1D5. Grayscale: #4D4D4D. Windows color (decimal): -6672854 or 2764442. OLE color: 2764442.
HSL color Cylindrical-coordinate representation of color #9A2E2A: hue angle of 2.14º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A2E2A is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 46 | 42 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.40 |
| HSL | 2.14º | 0.57% | 0.38% | - |
| HSV(B) | 2.14º | 0.73% | 0.6% | - |
| XYZ | 14.72 | 8.99 | 3.15 | - |
| YUV | 77.84 | 107.78 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 46 | 42 | 0 | 0.70 | 0.73 | 0.40 | 2.14 | 0.57 | 0.38 |
| Hex | 9A | 2E | 2A | 0 | 46 | 49 | 28 | 2 | 39 | 26 |
| Octal | 232 | 56 | 52 | 0 | 106 | 111 | 50 | 2 | 71 | 46 |
| Binary | 10011010 | 101110 | 101010 | 0 | 1000110 | 1001001 | 101000 | 10 | 111001 | 100110 |
Color Harmonies of #9A2E2A
Complementary color
Monochromatic Colors of #9A2E2A
Black with #9A2E2A
Text Example
Text Example
White with #9A2E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2E2A; }
p { color: rgb(154,46,42); }
H1.HeaderClassName
{
color: #9A2E2A;
}
.AnyTagClassName
{
color: #9A2E2A;
}
</style>
background-color css
<style>
a { background-color: #9A2E2A; }
a { background-color: rgb(154,46,42); }
div.DivClassName
{
background-color: #9A2E2A;
}
.BgClassName
{
background-color: #9A2E2A;
}
</style>
border-color css
<style>
span { border-color: #9A2E2A; }
span { border-color: rgb(154,46,42); }
td.TdClassName
{
border-color: #9A2E2A;
}
.TagClassName
{
border-color: #9A2E2A;
}
</style>