#A6372B

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

Shades of Milano Red #A6372B

Tints of Milano Red #A6372B

Color information

#A6372B (or 0xA6372B) is unknown color: approx Milano Red. HEX triplet: A6, 37 and 2B. RGB value is (166,55,43). Sum of RGB (Red+Green+Blue) = 166+55+43=264 (34% of max value = 765). Red value is 166 (65.23% from 255 or 62.88% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 166 - color contains mainly: red. Hex color #A6372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6372B is #59C8D4. Grayscale: #565656. Windows color (decimal): -5884117 or 2832294. OLE color: 2832294.

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

Color convert

RGB1665543-
CMYK00.670.740.35
HSL5.85º58.85%40.98%-
HSV(B)5.85º74.1%65.1%-
XYZ17.5311.013.49-
YUV86.82103.27184.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.88%
GREEN value IS 55 (21.88% from 255) = 20.83%
BLUE value IS 43 (17.19% from 255) = 16.29%
R=62.88%
G=20.83%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166554300.670.740.355.8558.8540.98
HexA6372B0434A2363b29
Octal246675301031124367351
Binary10100110110111101011010000111001010100011110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6372B; }

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

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

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

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

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

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

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

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