Shades of Milano Red #A1392B
Tints of Milano Red #A1392B
RGB
CMYK
RGB Variations
Color information
#A1392B (or 0xA1392B) is known color: Milano Red. HEX triplet: A1, 39 and 2B. RGB value is (161,57,43). Sum of RGB (Red+Green+Blue) = 161+57+43=261 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.69% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 161 - color contains mainly: red. Hex color #A1392B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1392B is #5EC6D4. Grayscale: #565656. Windows color (decimal): -6211285 or 2832801. OLE color: 2832801.
HSL color Cylindrical-coordinate representation of color #A1392B: hue angle of 7.12º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1392B is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 57 | 43 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.37 |
| HSL | 7.12º | 0.58% | 0.4% | - |
| HSV(B) | 7.12º | 0.73% | 0.63% | - |
| XYZ | 16.6 | 10.68 | 3.47 | - |
| YUV | 86.5 | 103.46 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 43 | 0 | 0.65 | 0.73 | 0.37 | 7.12 | 0.58 | 0.4 |
| Hex | A1 | 39 | 2B | 0 | 41 | 49 | 25 | 7 | 3A | 28 |
| Octal | 241 | 71 | 53 | 0 | 101 | 111 | 45 | 7 | 72 | 50 |
| Binary | 10100001 | 111001 | 101011 | 0 | 1000001 | 1001001 | 100101 | 111 | 111010 | 101000 |
Color Harmonies of #A1392B
Complementary color
Monochromatic Colors of #A1392B
Black with #A1392B
Text Example
Text Example
White with #A1392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1392B; }
p { color: rgb(161,57,43); }
H1.HeaderClassName
{
color: #A1392B;
}
.AnyTagClassName
{
color: #A1392B;
}
</style>
background-color css
<style>
a { background-color: #A1392B; }
a { background-color: rgb(161,57,43); }
div.DivClassName
{
background-color: #A1392B;
}
.BgClassName
{
background-color: #A1392B;
}
</style>
border-color css
<style>
span { border-color: #A1392B; }
span { border-color: rgb(161,57,43); }
td.TdClassName
{
border-color: #A1392B;
}
.TagClassName
{
border-color: #A1392B;
}
</style>