#A63531

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

Shades of Milano Red #A63531

Tints of Milano Red #A63531

Color information

#A63531 (or 0xA63531) is unknown color: approx Milano Red. HEX triplet: A6, 35 and 31. RGB value is (166,53,49). Sum of RGB (Red+Green+Blue) = 166+53+49=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A63531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63531 is #59CACE. Grayscale: #565656. Windows color (decimal): -5884623 or 3224998. OLE color: 3224998.

HSL color Cylindrical-coordinate representation of color #A63531: hue angle of 2.05º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63531 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB1665349-
CMYK00.680.700.35
HSL2.05º54.42%42.16%-
HSV(B)2.05º70.48%65.1%-
XYZ17.5510.874.08-
YUV86.33106.94184.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.94%
GREEN value IS 53 (21.09% from 255) = 19.78%
BLUE value IS 49 (19.53% from 255) = 18.28%
R=61.94%
G=19.78%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166534900.680.700.352.0554.4242.16
HexA6353104446232362a
Octal246656101041064326652
Binary1010011011010111000101000100100011010001110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63531; }

 p { color: rgb(166,53,49); }

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

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

 a { background-color: rgb(166,53,49); }

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

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

 span { border-color: rgb(166,53,49); }

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