Shades of Milano Red #9A3029
Tints of Milano Red #9A3029
RGB
CMYK
RGB Variations
Color information
#9A3029 (or 0x9A3029) is known color: Milano Red. HEX triplet: 9A, 30 and 29. RGB value is (154,48,41). Sum of RGB (Red+Green+Blue) = 154+48+41=243 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.37% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3029 is #65CFD6. Grayscale: #4F4F4F. Windows color (decimal): -6672343 or 2699418. OLE color: 2699418.
HSL color Cylindrical-coordinate representation of color #9A3029: hue angle of 3.72º degrees, saturation: 0.58, 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 #9A3029 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 48 | 41 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.40 |
| HSL | 3.72º | 0.58% | 0.38% | - |
| HSV(B) | 3.72º | 0.73% | 0.6% | - |
| XYZ | 14.78 | 9.14 | 3.08 | - |
| YUV | 78.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 48 | 41 | 0 | 0.69 | 0.73 | 0.40 | 3.72 | 0.58 | 0.38 |
| Hex | 9A | 30 | 29 | 0 | 45 | 49 | 28 | 4 | 3A | 26 |
| Octal | 232 | 60 | 51 | 0 | 105 | 111 | 50 | 4 | 72 | 46 |
| Binary | 10011010 | 110000 | 101001 | 0 | 1000101 | 1001001 | 101000 | 100 | 111010 | 100110 |
Color Harmonies of #9A3029
Complementary color
Monochromatic Colors of #9A3029
Black with #9A3029
Text Example
Text Example
White with #9A3029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3029; }
p { color: rgb(154,48,41); }
H1.HeaderClassName
{
color: #9A3029;
}
.AnyTagClassName
{
color: #9A3029;
}
</style>
background-color css
<style>
a { background-color: #9A3029; }
a { background-color: rgb(154,48,41); }
div.DivClassName
{
background-color: #9A3029;
}
.BgClassName
{
background-color: #9A3029;
}
</style>
border-color css
<style>
span { border-color: #9A3029; }
span { border-color: rgb(154,48,41); }
td.TdClassName
{
border-color: #9A3029;
}
.TagClassName
{
border-color: #9A3029;
}
</style>