#A03527

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

Shades of Milano Red #A03527

Tints of Milano Red #A03527

Color information

#A03527 (or 0xA03527) is unknown color: approx Milano Red. HEX triplet: A0, 35 and 27. RGB value is (160,53,39). Sum of RGB (Red+Green+Blue) = 160+53+39=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A03527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03527 is #5FCAD8. Grayscale: #535353. Windows color (decimal): -6277849 or 2569632. OLE color: 2569632.

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

Color convert

RGB1605339-
CMYK00.670.760.37
HSL6.94º60.8%39.02%-
HSV(B)6.94º75.63%62.75%-
XYZ16.1410.173.03-
YUV83.4102.95182.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.49%
GREEN value IS 53 (21.09% from 255) = 21.03%
BLUE value IS 39 (15.62% from 255) = 15.48%
R=63.49%
G=21.03%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160533900.670.760.376.9460.839.02
HexA035270434C2573d27
Octal240654701031144577547
Binary10100000110101100111010000111001100100101111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03527; }

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

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

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

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

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

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

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

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