#A03627

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

Shades of Milano Red #A03627

Tints of Milano Red #A03627

Color information

#A03627 (or 0xA03627) is unknown color: approx Milano Red. HEX triplet: A0, 36 and 27. RGB value is (160,54,39). Sum of RGB (Red+Green+Blue) = 160+54+39=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A03627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03627 is #5FC9D8. Grayscale: #545454. Windows color (decimal): -6277593 or 2569888. OLE color: 2569888.

HSL color Cylindrical-coordinate representation of color #A03627: hue angle of 7.44º 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 #A03627 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB1605439-
CMYK00.660.760.37
HSL7.44º60.8%39.02%-
HSV(B)7.44º75.63%62.75%-
XYZ16.1810.263.05-
YUV83.98102.62182.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.24%
GREEN value IS 54 (21.48% from 255) = 21.34%
BLUE value IS 39 (15.62% from 255) = 15.42%
R=63.24%
G=21.34%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160543900.660.760.377.4460.839.02
HexA036270424C2573d27
Octal240664701021144577547
Binary10100000110110100111010000101001100100101111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03627; }

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

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

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

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

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

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

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

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