Shades of Milano Red #A43A2D
Tints of Milano Red #A43A2D
RGB
CMYK
RGB Variations
Color information
#A43A2D (or 0xA43A2D) is known color: Milano Red. HEX triplet: A4, 3A and 2D. RGB value is (164,58,45). Sum of RGB (Red+Green+Blue) = 164+58+45=267 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.42% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43A2D is #5BC5D2. Grayscale: #585858. Windows color (decimal): -6014419 or 2964132. OLE color: 2964132.
HSL color Cylindrical-coordinate representation of color #A43A2D: hue angle of 6.55º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A43A2D is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 58 | 45 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.36 |
| HSL | 6.55º | 0.57% | 0.41% | - |
| HSV(B) | 6.55º | 0.73% | 0.64% | - |
| XYZ | 17.3 | 11.11 | 3.72 | - |
| YUV | 88.21 | 103.62 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 45 | 0 | 0.65 | 0.73 | 0.36 | 6.55 | 0.57 | 0.41 |
| Hex | A4 | 3A | 2D | 0 | 41 | 49 | 24 | 7 | 39 | 29 |
| Octal | 244 | 72 | 55 | 0 | 101 | 111 | 44 | 7 | 71 | 51 |
| Binary | 10100100 | 111010 | 101101 | 0 | 1000001 | 1001001 | 100100 | 111 | 111001 | 101001 |
Color Harmonies of #A43A2D
Complementary color
Monochromatic Colors of #A43A2D
Black with #A43A2D
Text Example
Text Example
White with #A43A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43A2D; }
p { color: rgb(164,58,45); }
H1.HeaderClassName
{
color: #A43A2D;
}
.AnyTagClassName
{
color: #A43A2D;
}
</style>
background-color css
<style>
a { background-color: #A43A2D; }
a { background-color: rgb(164,58,45); }
div.DivClassName
{
background-color: #A43A2D;
}
.BgClassName
{
background-color: #A43A2D;
}
</style>
border-color css
<style>
span { border-color: #A43A2D; }
span { border-color: rgb(164,58,45); }
td.TdClassName
{
border-color: #A43A2D;
}
.TagClassName
{
border-color: #A43A2D;
}
</style>