#A63729

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

Shades of Milano Red #A63729

Tints of Milano Red #A63729

Color information

#A63729 (or 0xA63729) is unknown color: approx Milano Red. HEX triplet: A6, 37 and 29. RGB value is (166,55,41). Sum of RGB (Red+Green+Blue) = 166+55+41=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A63729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63729 is #59C8D6. Grayscale: #565656. Windows color (decimal): -5884119 or 2701222. OLE color: 2701222.

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

Color convert

RGB1665541-
CMYK00.670.750.35
HSL6.72º60.39%40.59%-
HSV(B)6.72º75.3%65.1%-
XYZ17.49113.3-
YUV86.59102.27184.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 63.36%
GREEN value IS 55 (21.88% from 255) = 20.99%
BLUE value IS 41 (16.41% from 255) = 15.65%
R=63.36%
G=20.99%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166554100.670.750.356.7260.3940.59
HexA637290434B2373c29
Octal246675101031134377451
Binary10100110110111101001010000111001011100011111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63729; }

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

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

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

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

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

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

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

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