#A03528

Color #A03528 Milano Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Milano Red #A03528

Tints of Milano Red #A03528

Color information

#A03528 (or 0xA03528) is unknown color: approx Milano Red. HEX triplet: A0, 35 and 28. RGB value is (160,53,40). Sum of RGB (Red+Green+Blue) = 160+53+40=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A03528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03528 is #5FCAD7. Grayscale: #535353. Windows color (decimal): -6277848 or 2635168. OLE color: 2635168.

HSL color Cylindrical-coordinate representation of color #A03528: hue angle of 6.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A03528 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB1605340-
CMYK00.670.750.37
HSL6.5º60%39.22%-
HSV(B)6.5º75%62.75%-
XYZ16.1510.173.12-
YUV83.51103.45182.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 63.24%
GREEN value IS 53 (21.09% from 255) = 20.95%
BLUE value IS 40 (16.02% from 255) = 15.81%
R=63.24%
G=20.95%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160534000.670.750.376.56039.22
HexA035280434B2563c27
Octal240655001031134567447
Binary10100000110101101000010000111001011100101110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03528; }

 p { color: rgb(160,53,40); }

 H1.HeaderClassName
 {
   color: #A03528;
 }
 .AnyTagClassName
 {
   color: #A03528;
 }
</style>
background-color css

<style>
 a { background-color: #A03528; }

 a { background-color: rgb(160,53,40); }

 div.DivClassName
 {
   background-color: #A03528;
 }
 .BgClassName
 {
   background-color: #A03528;
 }
</style>
border-color css

<style>
 span { border-color: #A03528; }

 span { border-color: rgb(160,53,40); }

 td.TdClassName
 {
   border-color: #A03528;
 }
 .TagClassName
 {
   border-color: #A03528;
 }
</style>