Shades of Milano Red #A6392B
Tints of Milano Red #A6392B
RGB
CMYK
RGB Variations
Color information
#A6392B (or 0xA6392B) is known color: Milano Red. HEX triplet: A6, 39 and 2B. RGB value is (166,57,43). Sum of RGB (Red+Green+Blue) = 166+57+43=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A6392B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6392B is #59C6D4. Grayscale: #585858. Windows color (decimal): -5883605 or 2832806. OLE color: 2832806.
HSL color Cylindrical-coordinate representation of color #A6392B: hue angle of 6.83º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6392B is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 57 | 43 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.35 |
| HSL | 6.83º | 0.59% | 0.41% | - |
| HSV(B) | 6.83º | 0.74% | 0.65% | - |
| XYZ | 17.63 | 11.21 | 3.52 | - |
| YUV | 88 | 102.61 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 43 | 0 | 0.66 | 0.74 | 0.35 | 6.83 | 0.59 | 0.41 |
| Hex | A6 | 39 | 2B | 0 | 42 | 4A | 23 | 7 | 3B | 29 |
| Octal | 246 | 71 | 53 | 0 | 102 | 112 | 43 | 7 | 73 | 51 |
| Binary | 10100110 | 111001 | 101011 | 0 | 1000010 | 1001010 | 100011 | 111 | 111011 | 101001 |
Color Harmonies of #A6392B
Complementary color
Monochromatic Colors of #A6392B
Black with #A6392B
Text Example
Text Example
White with #A6392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6392B; }
p { color: rgb(166,57,43); }
H1.HeaderClassName
{
color: #A6392B;
}
.AnyTagClassName
{
color: #A6392B;
}
</style>
background-color css
<style>
a { background-color: #A6392B; }
a { background-color: rgb(166,57,43); }
div.DivClassName
{
background-color: #A6392B;
}
.BgClassName
{
background-color: #A6392B;
}
</style>
border-color css
<style>
span { border-color: #A6392B; }
span { border-color: rgb(166,57,43); }
td.TdClassName
{
border-color: #A6392B;
}
.TagClassName
{
border-color: #A6392B;
}
</style>