#A63733

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

Shades of Milano Red #A63733

Tints of Milano Red #A63733

Color information

#A63733 (or 0xA63733) is unknown color: approx Milano Red. HEX triplet: A6, 37 and 33. RGB value is (166,55,51). Sum of RGB (Red+Green+Blue) = 166+55+51=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A63733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63733 is #59C8CC. Grayscale: #575757. Windows color (decimal): -5884109 or 3356582. OLE color: 3356582.

HSL color Cylindrical-coordinate representation of color #A63733: hue angle of 2.09º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63733 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1665551-
CMYK00.670.690.35
HSL2.09º53%42.55%-
HSV(B)2.09º69.28%65.1%-
XYZ17.6911.084.34-
YUV87.73107.27183.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.03%
GREEN value IS 55 (21.88% from 255) = 20.22%
BLUE value IS 51 (20.31% from 255) = 18.75%
R=61.03%
G=20.22%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166555100.670.690.352.095342.55
HexA6373304345232352b
Octal246676301031054326553
Binary1010011011011111001101000011100010110001110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63733; }

 p { color: rgb(166,55,51); }

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

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

 a { background-color: rgb(166,55,51); }

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

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

 span { border-color: rgb(166,55,51); }

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