Shades of Milano Red #A43931
Tints of Milano Red #A43931
RGB
CMYK
RGB Variations
Color information
#A43931 (or 0xA43931) is known color: Milano Red. HEX triplet: A4, 39 and 31. RGB value is (164,57,49). Sum of RGB (Red+Green+Blue) = 164+57+49=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A43931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43931 is #5BC6CE. Grayscale: #585858. Windows color (decimal): -6014671 or 3226020. OLE color: 3226020.
HSL color Cylindrical-coordinate representation of color #A43931: hue angle of 4.17º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43931 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 57 | 49 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.36 |
| HSL | 4.17º | 0.54% | 0.42% | - |
| HSV(B) | 4.17º | 0.7% | 0.64% | - |
| XYZ | 17.33 | 11.04 | 4.12 | - |
| YUV | 88.08 | 105.95 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 57 | 49 | 0 | 0.65 | 0.70 | 0.36 | 4.17 | 0.54 | 0.42 |
| Hex | A4 | 39 | 31 | 0 | 41 | 46 | 24 | 4 | 36 | 2A |
| Octal | 244 | 71 | 61 | 0 | 101 | 106 | 44 | 4 | 66 | 52 |
| Binary | 10100100 | 111001 | 110001 | 0 | 1000001 | 1000110 | 100100 | 100 | 110110 | 101010 |
Color Harmonies of #A43931
Complementary color
Monochromatic Colors of #A43931
Black with #A43931
Text Example
Text Example
White with #A43931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43931; }
p { color: rgb(164,57,49); }
H1.HeaderClassName
{
color: #A43931;
}
.AnyTagClassName
{
color: #A43931;
}
</style>
background-color css
<style>
a { background-color: #A43931; }
a { background-color: rgb(164,57,49); }
div.DivClassName
{
background-color: #A43931;
}
.BgClassName
{
background-color: #A43931;
}
</style>
border-color css
<style>
span { border-color: #A43931; }
span { border-color: rgb(164,57,49); }
td.TdClassName
{
border-color: #A43931;
}
.TagClassName
{
border-color: #A43931;
}
</style>