Shades of Milano Red #9A3636
Tints of Milano Red #9A3636
RGB
CMYK
RGB Variations
Color information
#9A3636 (or 0x9A3636) is known color: Milano Red. HEX triplet: 9A, 36 and 36. RGB value is (154,54,54). Sum of RGB (Red+Green+Blue) = 154+54+54=262 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.78% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3636 is #65C9C9. Grayscale: #545454. Windows color (decimal): -6670794 or 3552922. OLE color: 3552922.
HSL color Cylindrical-coordinate representation of color #9A3636: hue angle of 0º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A3636 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 54 | 54 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.40 |
| HSL | 0º | 0.48% | 0.41% | - |
| HSV(B) | 0º | 0.65% | 0.6% | - |
| XYZ | 15.31 | 9.77 | 4.57 | - |
| YUV | 83.9 | 111.13 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 54 | 0 | 0.65 | 0.65 | 0.40 | 0 | 0.48 | 0.41 |
| Hex | 9A | 36 | 36 | 0 | 41 | 41 | 28 | 0 | 30 | 29 |
| Octal | 232 | 66 | 66 | 0 | 101 | 101 | 50 | 0 | 60 | 51 |
| Binary | 10011010 | 110110 | 110110 | 0 | 1000001 | 1000001 | 101000 | 0 | 110000 | 101001 |
Color Harmonies of #9A3636
Complementary color
Monochromatic Colors of #9A3636
Black with #9A3636
Text Example
Text Example
White with #9A3636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3636; }
p { color: rgb(154,54,54); }
H1.HeaderClassName
{
color: #9A3636;
}
.AnyTagClassName
{
color: #9A3636;
}
</style>
background-color css
<style>
a { background-color: #9A3636; }
a { background-color: rgb(154,54,54); }
div.DivClassName
{
background-color: #9A3636;
}
.BgClassName
{
background-color: #9A3636;
}
</style>
border-color css
<style>
span { border-color: #9A3636; }
span { border-color: rgb(154,54,54); }
td.TdClassName
{
border-color: #9A3636;
}
.TagClassName
{
border-color: #9A3636;
}
</style>