#A6372C

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

Shades of Milano Red #A6372C

Tints of Milano Red #A6372C

Color information

#A6372C (or 0xA6372C) is unknown color: approx Milano Red. HEX triplet: A6, 37 and 2C. RGB value is (166,55,44). Sum of RGB (Red+Green+Blue) = 166+55+44=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A6372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6372C is #59C8D3. Grayscale: #575757. Windows color (decimal): -5884116 or 2897830. OLE color: 2897830.

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

Color convert

RGB1665544-
CMYK00.670.730.35
HSL5.41º58.1%41.18%-
HSV(B)5.41º73.49%65.1%-
XYZ17.5511.023.59-
YUV86.94103.77184.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.64%
GREEN value IS 55 (21.88% from 255) = 20.75%
BLUE value IS 44 (17.58% from 255) = 16.60%
R=62.64%
G=20.75%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166554400.670.730.355.4158.141.18
HexA6372C043492353a29
Octal246675401031114357251
Binary10100110110111101100010000111001001100011101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6372C; }

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

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

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

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

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

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

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

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