Shades of Milano Red #A73936
Tints of Milano Red #A73936
RGB
CMYK
RGB Variations
Color information
#A73936 (or 0xA73936) is known color: Milano Red. HEX triplet: A7, 39 and 36. RGB value is (167,57,54). Sum of RGB (Red+Green+Blue) = 167+57+54=278 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.07% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 167 - color contains mainly: red. Hex color #A73936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73936 is #58C6C9. Grayscale: #595959. Windows color (decimal): -5818058 or 3553703. OLE color: 3553703.
HSL color Cylindrical-coordinate representation of color #A73936: hue angle of 1.59º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A73936 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 57 | 54 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.35 |
| HSL | 1.59º | 0.51% | 0.43% | - |
| HSV(B) | 1.59º | 0.68% | 0.65% | - |
| XYZ | 18.07 | 11.41 | 4.74 | - |
| YUV | 89.55 | 107.94 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 57 | 54 | 0 | 0.66 | 0.68 | 0.35 | 1.59 | 0.51 | 0.43 |
| Hex | A7 | 39 | 36 | 0 | 42 | 44 | 23 | 2 | 33 | 2B |
| Octal | 247 | 71 | 66 | 0 | 102 | 104 | 43 | 2 | 63 | 53 |
| Binary | 10100111 | 111001 | 110110 | 0 | 1000010 | 1000100 | 100011 | 10 | 110011 | 101011 |
Color Harmonies of #A73936
Complementary color
Monochromatic Colors of #A73936
Black with #A73936
Text Example
Text Example
White with #A73936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73936; }
p { color: rgb(167,57,54); }
H1.HeaderClassName
{
color: #A73936;
}
.AnyTagClassName
{
color: #A73936;
}
</style>
background-color css
<style>
a { background-color: #A73936; }
a { background-color: rgb(167,57,54); }
div.DivClassName
{
background-color: #A73936;
}
.BgClassName
{
background-color: #A73936;
}
</style>
border-color css
<style>
span { border-color: #A73936; }
span { border-color: rgb(167,57,54); }
td.TdClassName
{
border-color: #A73936;
}
.TagClassName
{
border-color: #A73936;
}
</style>