Shades of Milano Red #A73938
Tints of Milano Red #A73938
RGB
CMYK
RGB Variations
Color information
#A73938 (or 0xA73938) is known color: Milano Red. HEX triplet: A7, 39 and 38. RGB value is (167,57,56). Sum of RGB (Red+Green+Blue) = 167+57+56=280 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.64% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 167 - color contains mainly: red. Hex color #A73938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73938 is #58C6C7. Grayscale: #595959. Windows color (decimal): -5818056 or 3684775. OLE color: 3684775.
HSL color Cylindrical-coordinate representation of color #A73938: hue angle of 0.54º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A73938 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 57 | 56 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.35 |
| HSL | 0.54º | 0.5% | 0.44% | - |
| HSV(B) | 0.54º | 0.66% | 0.65% | - |
| XYZ | 18.11 | 11.43 | 4.99 | - |
| YUV | 89.78 | 108.94 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 57 | 56 | 0 | 0.66 | 0.66 | 0.35 | 0.54 | 0.5 | 0.44 |
| Hex | A7 | 39 | 38 | 0 | 42 | 42 | 23 | 1 | 32 | 2C |
| Octal | 247 | 71 | 70 | 0 | 102 | 102 | 43 | 1 | 62 | 54 |
| Binary | 10100111 | 111001 | 111000 | 0 | 1000010 | 1000010 | 100011 | 1 | 110010 | 101100 |
Color Harmonies of #A73938
Complementary color
Monochromatic Colors of #A73938
Black with #A73938
Text Example
Text Example
White with #A73938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73938; }
p { color: rgb(167,57,56); }
H1.HeaderClassName
{
color: #A73938;
}
.AnyTagClassName
{
color: #A73938;
}
</style>
background-color css
<style>
a { background-color: #A73938; }
a { background-color: rgb(167,57,56); }
div.DivClassName
{
background-color: #A73938;
}
.BgClassName
{
background-color: #A73938;
}
</style>
border-color css
<style>
span { border-color: #A73938; }
span { border-color: rgb(167,57,56); }
td.TdClassName
{
border-color: #A73938;
}
.TagClassName
{
border-color: #A73938;
}
</style>