Shades of Milano Red #A6372C
Tints of Milano Red #A6372C
RGB
CMYK
RGB Variations
Color information
#A6372C (or 0xA6372C) is known color: Milano Red. HEX triplet: A6, 37 and 2C. RGB value is (166,55,44). Sum of RGB (Red+Green+Blue) = 166+55+44=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A6372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6372C is #59C8D3. Grayscale: #575757. Windows color (decimal): -5884116 or 2897830. OLE color: 2897830.
HSL color Cylindrical-coordinate representation of color #A6372C: hue angle of 5.41º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6372C is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 55 | 44 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.35 |
| HSL | 5.41º | 0.58% | 0.41% | - |
| HSV(B) | 5.41º | 0.73% | 0.65% | - |
| XYZ | 17.55 | 11.02 | 3.59 | - |
| YUV | 86.94 | 103.77 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 55 | 44 | 0 | 0.67 | 0.73 | 0.35 | 5.41 | 0.58 | 0.41 |
| Hex | A6 | 37 | 2C | 0 | 43 | 49 | 23 | 5 | 3A | 29 |
| Octal | 246 | 67 | 54 | 0 | 103 | 111 | 43 | 5 | 72 | 51 |
| Binary | 10100110 | 110111 | 101100 | 0 | 1000011 | 1001001 | 100011 | 101 | 111010 | 101001 |
Color Harmonies of #A6372C
Complementary color
Monochromatic Colors of #A6372C
Black with #A6372C
Text Example
Text Example
White with #A6372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6372C; }
p { color: rgb(166,55,44); }
H1.HeaderClassName
{
color: #A6372C;
}
.AnyTagClassName
{
color: #A6372C;
}
</style>
background-color css
<style>
a { background-color: #A6372C; }
a { background-color: rgb(166,55,44); }
div.DivClassName
{
background-color: #A6372C;
}
.BgClassName
{
background-color: #A6372C;
}
</style>
border-color css
<style>
span { border-color: #A6372C; }
span { border-color: rgb(166,55,44); }
td.TdClassName
{
border-color: #A6372C;
}
.TagClassName
{
border-color: #A6372C;
}
</style>