Shades of Milano Red #9A3228
Tints of Milano Red #9A3228
RGB
CMYK
RGB Variations
Color information
#9A3228 (or 0x9A3228) is known color: Milano Red. HEX triplet: 9A, 32 and 28. RGB value is (154,50,40). Sum of RGB (Red+Green+Blue) = 154+50+40=244 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.11% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3228 is #65CDD7. Grayscale: #505050. Windows color (decimal): -6671832 or 2634394. OLE color: 2634394.
HSL color Cylindrical-coordinate representation of color #9A3228: hue angle of 5.26º 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 #9A3228 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 50 | 40 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.40 |
| HSL | 5.26º | 0.59% | 0.38% | - |
| HSV(B) | 5.26º | 0.74% | 0.6% | - |
| XYZ | 14.85 | 9.3 | 3.02 | - |
| YUV | 79.96 | 105.46 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 50 | 40 | 0 | 0.68 | 0.74 | 0.40 | 5.26 | 0.59 | 0.38 |
| Hex | 9A | 32 | 28 | 0 | 44 | 4A | 28 | 5 | 3B | 26 |
| Octal | 232 | 62 | 50 | 0 | 104 | 112 | 50 | 5 | 73 | 46 |
| Binary | 10011010 | 110010 | 101000 | 0 | 1000100 | 1001010 | 101000 | 101 | 111011 | 100110 |
Color Harmonies of #9A3228
Complementary color
Monochromatic Colors of #9A3228
Black with #9A3228
Text Example
Text Example
White with #9A3228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3228; }
p { color: rgb(154,50,40); }
H1.HeaderClassName
{
color: #9A3228;
}
.AnyTagClassName
{
color: #9A3228;
}
</style>
background-color css
<style>
a { background-color: #9A3228; }
a { background-color: rgb(154,50,40); }
div.DivClassName
{
background-color: #9A3228;
}
.BgClassName
{
background-color: #9A3228;
}
</style>
border-color css
<style>
span { border-color: #9A3228; }
span { border-color: rgb(154,50,40); }
td.TdClassName
{
border-color: #9A3228;
}
.TagClassName
{
border-color: #9A3228;
}
</style>