Shades of Milano Red #9A3A34
Tints of Milano Red #9A3A34
RGB
CMYK
RGB Variations
Color information
#9A3A34 (or 0x9A3A34) is known color: Milano Red. HEX triplet: 9A, 3A and 34. RGB value is (154,58,52). Sum of RGB (Red+Green+Blue) = 154+58+52=264 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.33% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3A34 is #65C5CB. Grayscale: #565656. Windows color (decimal): -6669772 or 3422874. OLE color: 3422874.
HSL color Cylindrical-coordinate representation of color #9A3A34: hue angle of 3.53º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A3A34 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 58 | 52 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.40 |
| HSL | 3.53º | 0.5% | 0.4% | - |
| HSV(B) | 3.53º | 0.66% | 0.6% | - |
| XYZ | 15.46 | 10.14 | 4.39 | - |
| YUV | 86.02 | 108.8 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 58 | 52 | 0 | 0.62 | 0.66 | 0.40 | 3.53 | 0.5 | 0.4 |
| Hex | 9A | 3A | 34 | 0 | 3E | 42 | 28 | 4 | 32 | 28 |
| Octal | 232 | 72 | 64 | 0 | 76 | 102 | 50 | 4 | 62 | 50 |
| Binary | 10011010 | 111010 | 110100 | 0 | 111110 | 1000010 | 101000 | 100 | 110010 | 101000 |
Color Harmonies of #9A3A34
Complementary color
Monochromatic Colors of #9A3A34
Black with #9A3A34
Text Example
Text Example
White with #9A3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3A34; }
p { color: rgb(154,58,52); }
H1.HeaderClassName
{
color: #9A3A34;
}
.AnyTagClassName
{
color: #9A3A34;
}
</style>
background-color css
<style>
a { background-color: #9A3A34; }
a { background-color: rgb(154,58,52); }
div.DivClassName
{
background-color: #9A3A34;
}
.BgClassName
{
background-color: #9A3A34;
}
</style>
border-color css
<style>
span { border-color: #9A3A34; }
span { border-color: rgb(154,58,52); }
td.TdClassName
{
border-color: #9A3A34;
}
.TagClassName
{
border-color: #9A3A34;
}
</style>