#a6372a

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

Shades of Milano Red #A6372A

Tints of Milano Red #A6372A

Color information

#A6372A (or 0xA6372A) is unknown color: approx Milano Red. HEX triplet: A6, 37 and 2A. RGB value is (166,55,42). Sum of RGB (Red+Green+Blue) = 166+55+42=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A6372A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6372A is #59C8D5. Grayscale: #565656. Windows color (decimal): -5884118 or 2766758. OLE color: 2766758.

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

Color convert

RGB1665542-
CMYK00.670.750.35
HSL6.29º59.62%40.78%-
HSV(B)6.29º74.7%65.1%-
XYZ17.5111.013.39-
YUV86.71102.77184.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 63.12%
GREEN value IS 55 (21.88% from 255) = 20.91%
BLUE value IS 42 (16.80% from 255) = 15.97%
R=63.12%
G=20.91%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166554200.670.750.356.2959.6240.78
HexA6372A0434B2363c29
Octal246675201031134367451
Binary10100110110111101010010000111001011100011110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6372a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6372a; }

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

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

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

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

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

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

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

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