#A63533

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

Shades of Milano Red #A63533

Tints of Milano Red #A63533

Color information

#A63533 (or 0xA63533) is unknown color: approx Milano Red. HEX triplet: A6, 35 and 33. RGB value is (166,53,51). Sum of RGB (Red+Green+Blue) = 166+53+51=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A63533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63533 is #59CACC. Grayscale: #565656. Windows color (decimal): -5884621 or 3356070. OLE color: 3356070.

HSL color Cylindrical-coordinate representation of color #A63533: hue angle of 1.04º 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 #A63533 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1665351-
CMYK00.680.690.35
HSL1.04º53%42.55%-
HSV(B)1.04º69.28%65.1%-
XYZ17.610.894.31-
YUV86.56107.94184.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.48%
GREEN value IS 53 (21.09% from 255) = 19.63%
BLUE value IS 51 (20.31% from 255) = 18.89%
R=61.48%
G=19.63%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166535100.680.690.351.045342.55
HexA6353304445231352b
Octal246656301041054316553
Binary101001101101011100110100010010001011000111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63533; }

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

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

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

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

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

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

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

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