Shades of Milano Red #A73333
Tints of Milano Red #A73333
RGB
CMYK
RGB Variations
Color information
#A73333 (or 0xA73333) is known color: Milano Red. HEX triplet: A7, 33 and 33. RGB value is (167,51,51). Sum of RGB (Red+Green+Blue) = 167+51+51=269 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.08% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 167 - color contains mainly: red. Hex color #A73333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73333 is #58CCCC. Grayscale: #555555. Windows color (decimal): -5819597 or 3355559. OLE color: 3355559.
HSL color Cylindrical-coordinate representation of color #A73333: hue angle of 0º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A73333 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 51 | 51 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.35 |
| HSL | 0º | 0.53% | 0.43% | - |
| HSV(B) | 0º | 0.69% | 0.65% | - |
| XYZ | 17.72 | 10.82 | 4.29 | - |
| YUV | 85.68 | 108.43 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 51 | 51 | 0 | 0.69 | 0.69 | 0.35 | 0 | 0.53 | 0.43 |
| Hex | A7 | 33 | 33 | 0 | 45 | 45 | 23 | 0 | 35 | 2B |
| Octal | 247 | 63 | 63 | 0 | 105 | 105 | 43 | 0 | 65 | 53 |
| Binary | 10100111 | 110011 | 110011 | 0 | 1000101 | 1000101 | 100011 | 0 | 110101 | 101011 |
Color Harmonies of #A73333
Complementary color
Monochromatic Colors of #A73333
Black with #A73333
Text Example
Text Example
White with #A73333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73333; }
p { color: rgb(167,51,51); }
H1.HeaderClassName
{
color: #A73333;
}
.AnyTagClassName
{
color: #A73333;
}
</style>
background-color css
<style>
a { background-color: #A73333; }
a { background-color: rgb(167,51,51); }
div.DivClassName
{
background-color: #A73333;
}
.BgClassName
{
background-color: #A73333;
}
</style>
border-color css
<style>
span { border-color: #A73333; }
span { border-color: rgb(167,51,51); }
td.TdClassName
{
border-color: #A73333;
}
.TagClassName
{
border-color: #A73333;
}
</style>