Shades of Milano Red #A12F2D
Tints of Milano Red #A12F2D
RGB
CMYK
RGB Variations
Color information
#A12F2D (or 0xA12F2D) is known color: Milano Red. HEX triplet: A1, 2F and 2D. RGB value is (161,47,45). Sum of RGB (Red+Green+Blue) = 161+47+45=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12F2D is #5ED0D2. Grayscale: #505050. Windows color (decimal): -6213843 or 2961313. OLE color: 2961313.
HSL color Cylindrical-coordinate representation of color #A12F2D: hue angle of 1.03º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A12F2D is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 47 | 45 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.37 |
| HSL | 1.03º | 0.56% | 0.4% | - |
| HSV(B) | 1.03º | 0.72% | 0.63% | - |
| XYZ | 16.19 | 9.8 | 3.52 | - |
| YUV | 80.86 | 107.77 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 45 | 0 | 0.71 | 0.72 | 0.37 | 1.03 | 0.56 | 0.4 |
| Hex | A1 | 2F | 2D | 0 | 47 | 48 | 25 | 1 | 38 | 28 |
| Octal | 241 | 57 | 55 | 0 | 107 | 110 | 45 | 1 | 70 | 50 |
| Binary | 10100001 | 101111 | 101101 | 0 | 1000111 | 1001000 | 100101 | 1 | 111000 | 101000 |
Color Harmonies of #A12F2D
Complementary color
Monochromatic Colors of #A12F2D
Black with #A12F2D
Text Example
Text Example
White with #A12F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12F2D; }
p { color: rgb(161,47,45); }
H1.HeaderClassName
{
color: #A12F2D;
}
.AnyTagClassName
{
color: #A12F2D;
}
</style>
background-color css
<style>
a { background-color: #A12F2D; }
a { background-color: rgb(161,47,45); }
div.DivClassName
{
background-color: #A12F2D;
}
.BgClassName
{
background-color: #A12F2D;
}
</style>
border-color css
<style>
span { border-color: #A12F2D; }
span { border-color: rgb(161,47,45); }
td.TdClassName
{
border-color: #A12F2D;
}
.TagClassName
{
border-color: #A12F2D;
}
</style>