Shades of Milano Red #A43B2F
Tints of Milano Red #A43B2F
RGB
CMYK
RGB Variations
Color information
#A43B2F (or 0xA43B2F) is known color: Milano Red. HEX triplet: A4, 3B and 2F. RGB value is (164,59,47). Sum of RGB (Red+Green+Blue) = 164+59+47=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A43B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43B2F is #5BC4D0. Grayscale: #595959. Windows color (decimal): -6014161 or 3095460. OLE color: 3095460.
HSL color Cylindrical-coordinate representation of color #A43B2F: hue angle of 6.15º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A43B2F is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 59 | 47 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.36 |
| HSL | 6.15º | 0.55% | 0.41% | - |
| HSV(B) | 6.15º | 0.71% | 0.64% | - |
| XYZ | 17.39 | 11.23 | 3.94 | - |
| YUV | 89.03 | 104.29 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 59 | 47 | 0 | 0.64 | 0.71 | 0.36 | 6.15 | 0.55 | 0.41 |
| Hex | A4 | 3B | 2F | 0 | 40 | 47 | 24 | 6 | 37 | 29 |
| Octal | 244 | 73 | 57 | 0 | 100 | 107 | 44 | 6 | 67 | 51 |
| Binary | 10100100 | 111011 | 101111 | 0 | 1000000 | 1000111 | 100100 | 110 | 110111 | 101001 |
Color Harmonies of #A43B2F
Complementary color
Monochromatic Colors of #A43B2F
Black with #A43B2F
Text Example
Text Example
White with #A43B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43B2F; }
p { color: rgb(164,59,47); }
H1.HeaderClassName
{
color: #A43B2F;
}
.AnyTagClassName
{
color: #A43B2F;
}
</style>
background-color css
<style>
a { background-color: #A43B2F; }
a { background-color: rgb(164,59,47); }
div.DivClassName
{
background-color: #A43B2F;
}
.BgClassName
{
background-color: #A43B2F;
}
</style>
border-color css
<style>
span { border-color: #A43B2F; }
span { border-color: rgb(164,59,47); }
td.TdClassName
{
border-color: #A43B2F;
}
.TagClassName
{
border-color: #A43B2F;
}
</style>