Shades of Milano Red #A6392A
Tints of Milano Red #A6392A
RGB
CMYK
RGB Variations
Color information
#A6392A (or 0xA6392A) is known color: Milano Red. HEX triplet: A6, 39 and 2A. RGB value is (166,57,42). Sum of RGB (Red+Green+Blue) = 166+57+42=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A6392A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6392A is #59C6D5. Grayscale: #585858. Windows color (decimal): -5883606 or 2767270. OLE color: 2767270.
HSL color Cylindrical-coordinate representation of color #A6392A: hue angle of 7.26º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6392A is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 57 | 42 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.35 |
| HSL | 7.26º | 0.6% | 0.41% | - |
| HSV(B) | 7.26º | 0.75% | 0.65% | - |
| XYZ | 17.61 | 11.2 | 3.42 | - |
| YUV | 87.88 | 102.11 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 42 | 0 | 0.66 | 0.75 | 0.35 | 7.26 | 0.6 | 0.41 |
| Hex | A6 | 39 | 2A | 0 | 42 | 4B | 23 | 7 | 3C | 29 |
| Octal | 246 | 71 | 52 | 0 | 102 | 113 | 43 | 7 | 74 | 51 |
| Binary | 10100110 | 111001 | 101010 | 0 | 1000010 | 1001011 | 100011 | 111 | 111100 | 101001 |
Color Harmonies of #A6392A
Complementary color
Monochromatic Colors of #A6392A
Black with #A6392A
Text Example
Text Example
White with #A6392A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6392A; }
p { color: rgb(166,57,42); }
H1.HeaderClassName
{
color: #A6392A;
}
.AnyTagClassName
{
color: #A6392A;
}
</style>
background-color css
<style>
a { background-color: #A6392A; }
a { background-color: rgb(166,57,42); }
div.DivClassName
{
background-color: #A6392A;
}
.BgClassName
{
background-color: #A6392A;
}
</style>
border-color css
<style>
span { border-color: #A6392A; }
span { border-color: rgb(166,57,42); }
td.TdClassName
{
border-color: #A6392A;
}
.TagClassName
{
border-color: #A6392A;
}
</style>