#A6392A

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

Shades of Milano Red #A6392A

Tints of Milano Red #A6392A

Color information

#A6392A (or 0xA6392A) is unknown color: approx Milano Red. HEX triplet: A6, 39 and 2A. RGB value is (166,57,42). Sum of RGB (Red+Green+Blue) = 166+57+42=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A6392A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6392A is #59C6D5. Grayscale: #585858. Windows color (decimal): -5883606 or 2767270. OLE color: 2767270.

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

Color convert

RGB1665742-
CMYK00.660.750.35
HSL7.26º59.62%40.78%-
HSV(B)7.26º74.7%65.1%-
XYZ17.6111.23.42-
YUV87.88102.11183.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.64%
GREEN value IS 57 (22.66% from 255) = 21.51%
BLUE value IS 42 (16.80% from 255) = 15.85%
R=62.64%
G=21.51%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166574200.660.750.357.2659.6240.78
HexA6392A0424B2373c29
Octal246715201021134377451
Binary10100110111001101010010000101001011100011111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6392A; }

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

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

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

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

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

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

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

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