Shades of Milano Red #A7332E
Tints of Milano Red #A7332E
RGB
CMYK
RGB Variations
Color information
#A7332E (or 0xA7332E) is known color: Milano Red. HEX triplet: A7, 33 and 2E. RGB value is (167,51,46). Sum of RGB (Red+Green+Blue) = 167+51+46=264 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.26% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 167 - color contains mainly: red. Hex color #A7332E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7332E is #58CCD1. Grayscale: #555555. Windows color (decimal): -5819602 or 3027879. OLE color: 3027879.
HSL color Cylindrical-coordinate representation of color #A7332E: hue angle of 2.48º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A7332E is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 51 | 46 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.35 |
| HSL | 2.48º | 0.57% | 0.42% | - |
| HSV(B) | 2.48º | 0.72% | 0.65% | - |
| XYZ | 17.61 | 10.78 | 3.74 | - |
| YUV | 85.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 51 | 46 | 0 | 0.69 | 0.72 | 0.35 | 2.48 | 0.57 | 0.42 |
| Hex | A7 | 33 | 2E | 0 | 45 | 48 | 23 | 2 | 39 | 2A |
| Octal | 247 | 63 | 56 | 0 | 105 | 110 | 43 | 2 | 71 | 52 |
| Binary | 10100111 | 110011 | 101110 | 0 | 1000101 | 1001000 | 100011 | 10 | 111001 | 101010 |
Color Harmonies of #A7332E
Complementary color
Monochromatic Colors of #A7332E
Black with #A7332E
Text Example
Text Example
White with #A7332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7332E; }
p { color: rgb(167,51,46); }
H1.HeaderClassName
{
color: #A7332E;
}
.AnyTagClassName
{
color: #A7332E;
}
</style>
background-color css
<style>
a { background-color: #A7332E; }
a { background-color: rgb(167,51,46); }
div.DivClassName
{
background-color: #A7332E;
}
.BgClassName
{
background-color: #A7332E;
}
</style>
border-color css
<style>
span { border-color: #A7332E; }
span { border-color: rgb(167,51,46); }
td.TdClassName
{
border-color: #A7332E;
}
.TagClassName
{
border-color: #A7332E;
}
</style>