Shades of Milano Red #A3392B
Tints of Milano Red #A3392B
RGB
CMYK
RGB Variations
Color information
#A3392B (or 0xA3392B) is known color: Milano Red. HEX triplet: A3, 39 and 2B. RGB value is (163,57,43). Sum of RGB (Red+Green+Blue) = 163+57+43=263 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.98% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 163 - color contains mainly: red. Hex color #A3392B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3392B is #5CC6D4. Grayscale: #575757. Windows color (decimal): -6080213 or 2832803. OLE color: 2832803.
HSL color Cylindrical-coordinate representation of color #A3392B: hue angle of 7º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3392B is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 57 | 43 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.36 |
| HSL | 7º | 0.58% | 0.4% | - |
| HSV(B) | 7º | 0.74% | 0.64% | - |
| XYZ | 17 | 10.89 | 3.49 | - |
| YUV | 87.1 | 103.12 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 43 | 0 | 0.65 | 0.74 | 0.36 | 7 | 0.58 | 0.4 |
| Hex | A3 | 39 | 2B | 0 | 41 | 4A | 24 | 7 | 3A | 28 |
| Octal | 243 | 71 | 53 | 0 | 101 | 112 | 44 | 7 | 72 | 50 |
| Binary | 10100011 | 111001 | 101011 | 0 | 1000001 | 1001010 | 100100 | 111 | 111010 | 101000 |
Color Harmonies of #A3392B
Complementary color
Monochromatic Colors of #A3392B
Black with #A3392B
Text Example
Text Example
White with #A3392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3392B; }
p { color: rgb(163,57,43); }
H1.HeaderClassName
{
color: #A3392B;
}
.AnyTagClassName
{
color: #A3392B;
}
</style>
background-color css
<style>
a { background-color: #A3392B; }
a { background-color: rgb(163,57,43); }
div.DivClassName
{
background-color: #A3392B;
}
.BgClassName
{
background-color: #A3392B;
}
</style>
border-color css
<style>
span { border-color: #A3392B; }
span { border-color: rgb(163,57,43); }
td.TdClassName
{
border-color: #A3392B;
}
.TagClassName
{
border-color: #A3392B;
}
</style>