Shades of Milano Red #A1352C
Tints of Milano Red #A1352C
RGB
CMYK
RGB Variations
Color information
#A1352C (or 0xA1352C) is known color: Milano Red. HEX triplet: A1, 35 and 2C. RGB value is (161,53,44). Sum of RGB (Red+Green+Blue) = 161+53+44=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A1352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1352C is #5ECAD3. Grayscale: #545454. Windows color (decimal): -6212308 or 2897313. OLE color: 2897313.
HSL color Cylindrical-coordinate representation of color #A1352C: hue angle of 4.62º degrees, saturation: 0.57, 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 #A1352C is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 53 | 44 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.37 |
| HSL | 4.62º | 0.57% | 0.4% | - |
| HSV(B) | 4.62º | 0.73% | 0.63% | - |
| XYZ | 16.43 | 10.31 | 3.51 | - |
| YUV | 84.27 | 105.28 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 53 | 44 | 0 | 0.67 | 0.73 | 0.37 | 4.62 | 0.57 | 0.4 |
| Hex | A1 | 35 | 2C | 0 | 43 | 49 | 25 | 5 | 39 | 28 |
| Octal | 241 | 65 | 54 | 0 | 103 | 111 | 45 | 5 | 71 | 50 |
| Binary | 10100001 | 110101 | 101100 | 0 | 1000011 | 1001001 | 100101 | 101 | 111001 | 101000 |
Color Harmonies of #A1352C
Complementary color
Monochromatic Colors of #A1352C
Black with #A1352C
Text Example
Text Example
White with #A1352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1352C; }
p { color: rgb(161,53,44); }
H1.HeaderClassName
{
color: #A1352C;
}
.AnyTagClassName
{
color: #A1352C;
}
</style>
background-color css
<style>
a { background-color: #A1352C; }
a { background-color: rgb(161,53,44); }
div.DivClassName
{
background-color: #A1352C;
}
.BgClassName
{
background-color: #A1352C;
}
</style>
border-color css
<style>
span { border-color: #A1352C; }
span { border-color: rgb(161,53,44); }
td.TdClassName
{
border-color: #A1352C;
}
.TagClassName
{
border-color: #A1352C;
}
</style>