Shades of Milano Red #9A332E
Tints of Milano Red #9A332E
RGB
CMYK
RGB Variations
Color information
#9A332E (or 0x9A332E) is known color: Milano Red. HEX triplet: 9A, 33 and 2E. RGB value is (154,51,46). Sum of RGB (Red+Green+Blue) = 154+51+46=251 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.35% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 154 - color contains mainly: red. Hex color #9A332E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A332E is #65CCD1. Grayscale: #515151. Windows color (decimal): -6671570 or 3027866. OLE color: 3027866.
HSL color Cylindrical-coordinate representation of color #9A332E: hue angle of 2.78º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A332E is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 51 | 46 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.40 |
| HSL | 2.78º | 0.54% | 0.39% | - |
| HSV(B) | 2.78º | 0.7% | 0.6% | - |
| XYZ | 15 | 9.43 | 3.62 | - |
| YUV | 81.23 | 108.12 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 51 | 46 | 0 | 0.67 | 0.70 | 0.40 | 2.78 | 0.54 | 0.39 |
| Hex | 9A | 33 | 2E | 0 | 43 | 46 | 28 | 3 | 36 | 27 |
| Octal | 232 | 63 | 56 | 0 | 103 | 106 | 50 | 3 | 66 | 47 |
| Binary | 10011010 | 110011 | 101110 | 0 | 1000011 | 1000110 | 101000 | 11 | 110110 | 100111 |
Color Harmonies of #9A332E
Complementary color
Monochromatic Colors of #9A332E
Black with #9A332E
Text Example
Text Example
White with #9A332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A332E; }
p { color: rgb(154,51,46); }
H1.HeaderClassName
{
color: #9A332E;
}
.AnyTagClassName
{
color: #9A332E;
}
</style>
background-color css
<style>
a { background-color: #9A332E; }
a { background-color: rgb(154,51,46); }
div.DivClassName
{
background-color: #9A332E;
}
.BgClassName
{
background-color: #9A332E;
}
</style>
border-color css
<style>
span { border-color: #9A332E; }
span { border-color: rgb(154,51,46); }
td.TdClassName
{
border-color: #9A332E;
}
.TagClassName
{
border-color: #9A332E;
}
</style>