Shades of Milano Red #A43730
Tints of Milano Red #A43730
RGB
CMYK
RGB Variations
Color information
#A43730 (or 0xA43730) is known color: Milano Red. HEX triplet: A4, 37 and 30. RGB value is (164,55,48). Sum of RGB (Red+Green+Blue) = 164+55+48=267 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.42% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 164 - color contains mainly: red. Hex color #A43730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43730 is #5BC8CF. Grayscale: #565656. Windows color (decimal): -6015184 or 3159972. OLE color: 3159972.
HSL color Cylindrical-coordinate representation of color #A43730: hue angle of 3.62º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A43730 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 55 | 48 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.36 |
| HSL | 3.62º | 0.55% | 0.42% | - |
| HSV(B) | 3.62º | 0.71% | 0.64% | - |
| XYZ | 17.21 | 10.84 | 3.98 | - |
| YUV | 86.79 | 106.11 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 55 | 48 | 0 | 0.66 | 0.71 | 0.36 | 3.62 | 0.55 | 0.42 |
| Hex | A4 | 37 | 30 | 0 | 42 | 47 | 24 | 4 | 37 | 2A |
| Octal | 244 | 67 | 60 | 0 | 102 | 107 | 44 | 4 | 67 | 52 |
| Binary | 10100100 | 110111 | 110000 | 0 | 1000010 | 1000111 | 100100 | 100 | 110111 | 101010 |
Color Harmonies of #A43730
Complementary color
Monochromatic Colors of #A43730
Black with #A43730
Text Example
Text Example
White with #A43730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43730; }
p { color: rgb(164,55,48); }
H1.HeaderClassName
{
color: #A43730;
}
.AnyTagClassName
{
color: #A43730;
}
</style>
background-color css
<style>
a { background-color: #A43730; }
a { background-color: rgb(164,55,48); }
div.DivClassName
{
background-color: #A43730;
}
.BgClassName
{
background-color: #A43730;
}
</style>
border-color css
<style>
span { border-color: #A43730; }
span { border-color: rgb(164,55,48); }
td.TdClassName
{
border-color: #A43730;
}
.TagClassName
{
border-color: #A43730;
}
</style>