#A6382E

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

Shades of Milano Red #A6382E

Tints of Milano Red #A6382E

Color information

#A6382E (or 0xA6382E) is unknown color: approx Milano Red. HEX triplet: A6, 38 and 2E. RGB value is (166,56,46). Sum of RGB (Red+Green+Blue) = 166+56+46=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A6382E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6382E is #59C7D1. Grayscale: #575757. Windows color (decimal): -5883858 or 3029158. OLE color: 3029158.

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

Color convert

RGB1665646-
CMYK00.660.720.35
HSL56.6%41.57%-
HSV(B)72.29%65.1%-
XYZ17.6311.133.8-
YUV87.75104.44183.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.94%
GREEN value IS 56 (22.27% from 255) = 20.90%
BLUE value IS 46 (18.36% from 255) = 17.16%
R=61.94%
G=20.90%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166564600.660.720.35556.641.57
HexA6382E04248235392a
Octal246705601021104357152
Binary10100110111000101110010000101001000100011101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6382E; }

 p { color: rgb(166,56,46); }

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

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

 a { background-color: rgb(166,56,46); }

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

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

 span { border-color: rgb(166,56,46); }

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