#A63936

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

Shades of Milano Red #A63936

Tints of Milano Red #A63936

Color information

#A63936 (or 0xA63936) is unknown color: approx Milano Red. HEX triplet: A6, 39 and 36. RGB value is (166,57,54). Sum of RGB (Red+Green+Blue) = 166+57+54=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A63936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63936 is #59C6C9. Grayscale: #595959. Windows color (decimal): -5883594 or 3553702. OLE color: 3553702.

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

Color convert

RGB1665754-
CMYK00.660.670.35
HSL1.61º50.91%43.14%-
HSV(B)1.61º67.47%65.1%-
XYZ17.8511.34.73-
YUV89.25108.11182.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.93%
GREEN value IS 57 (22.66% from 255) = 20.58%
BLUE value IS 54 (21.48% from 255) = 19.49%
R=59.93%
G=20.58%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166575400.660.670.351.6150.9143.14
HexA6393604243232332b
Octal246716601021034326353
Binary1010011011100111011001000010100001110001110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63936; }

 p { color: rgb(166,57,54); }

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

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

 a { background-color: rgb(166,57,54); }

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

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

 span { border-color: rgb(166,57,54); }

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