#A6332D

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

Shades of Milano Red #A6332D

Tints of Milano Red #A6332D

Color information

#A6332D (or 0xA6332D) is unknown color: approx Milano Red. HEX triplet: A6, 33 and 2D. RGB value is (166,51,45). Sum of RGB (Red+Green+Blue) = 166+51+45=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A6332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6332D is #59CCD2. Grayscale: #545454. Windows color (decimal): -5885139 or 2962342. OLE color: 2962342.

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

Color convert

RGB1665145-
CMYK00.690.730.35
HSL2.98º57.35%41.37%-
HSV(B)2.98º72.89%65.1%-
XYZ17.3810.663.62-
YUV84.7105.6185.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 63.36%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 45 (17.97% from 255) = 17.18%
R=63.36%
G=19.47%
B=17.18%

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
Decimal166514500.690.730.352.9857.3541.37
HexA6332D045492333929
Octal246635501051114337151
Binary1010011011001110110101000101100100110001111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6332D; }

 p { color: rgb(166,51,45); }

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

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

 a { background-color: rgb(166,51,45); }

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

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

 span { border-color: rgb(166,51,45); }

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