#A6342C

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

Shades of Milano Red #A6342C

Tints of Milano Red #A6342C

Color information

#A6342C (or 0xA6342C) is unknown color: approx Milano Red. HEX triplet: A6, 34 and 2C. RGB value is (166,52,44). Sum of RGB (Red+Green+Blue) = 166+52+44=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A6342C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6342C is #59CBD3. Grayscale: #555555. Windows color (decimal): -5884884 or 2897062. OLE color: 2897062.

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

Color convert

RGB1665244-
CMYK00.690.730.35
HSL3.93º58.1%41.18%-
HSV(B)3.93º73.49%65.1%-
XYZ17.4110.743.54-
YUV85.17104.77185.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 63.36%
GREEN value IS 52 (20.70% from 255) = 19.85%
BLUE value IS 44 (17.58% from 255) = 16.79%
R=63.36%
G=19.85%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166524400.690.730.353.9358.141.18
HexA6342C045492343a29
Octal246645401051114347251
Binary10100110110100101100010001011001001100011100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6342C; }

 p { color: rgb(166,52,44); }

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

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

 a { background-color: rgb(166,52,44); }

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

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

 span { border-color: rgb(166,52,44); }

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