#A2372E

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

Shades of Milano Red #A2372E

Tints of Milano Red #A2372E

Color information

#A2372E (or 0xA2372E) is unknown color: approx Milano Red. HEX triplet: A2, 37 and 2E. RGB value is (162,55,46). Sum of RGB (Red+Green+Blue) = 162+55+46=263 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.60% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 162 - color contains mainly: red. Hex color #A2372E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2372E is #5DC8D1. Grayscale: #565656. Windows color (decimal): -6146258 or 3028898. OLE color: 3028898.

HSL color Cylindrical-coordinate representation of color #A2372E: hue angle of 4.66º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2372E is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB1625546-
CMYK00.660.720.36
HSL4.66º55.77%40.78%-
HSV(B)4.66º71.6%63.53%-
XYZ16.7610.613.75-
YUV85.97105.45182.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.60%
GREEN value IS 55 (21.88% from 255) = 20.91%
BLUE value IS 46 (18.36% from 255) = 17.49%
R=61.60%
G=20.91%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162554600.660.720.364.6655.7740.78
HexA2372E042482453829
Octal242675601021104457051
Binary10100010110111101110010000101001000100100101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2372E; }

 p { color: rgb(162,55,46); }

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

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

 a { background-color: rgb(162,55,46); }

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

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

 span { border-color: rgb(162,55,46); }

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