#A5362C

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

Shades of Milano Red #A5362C

Tints of Milano Red #A5362C

Color information

#A5362C (or 0xA5362C) is unknown color: approx Milano Red. HEX triplet: A5, 36 and 2C. RGB value is (165,54,44). Sum of RGB (Red+Green+Blue) = 165+54+44=263 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.74% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 165 - color contains mainly: red. Hex color #A5362C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5362C is #5AC9D3. Grayscale: #565656. Windows color (decimal): -5949908 or 2897573. OLE color: 2897573.

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

Color convert

RGB1655444-
CMYK00.670.730.35
HSL4.96º57.89%40.98%-
HSV(B)4.96º73.33%64.71%-
XYZ17.2910.823.56-
YUV86.05104.27184.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.74%
GREEN value IS 54 (21.48% from 255) = 20.53%
BLUE value IS 44 (17.58% from 255) = 16.73%
R=62.74%
G=20.53%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165544400.670.730.354.9657.8940.98
HexA5362C043492353a29
Octal245665401031114357251
Binary10100101110110101100010000111001001100011101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5362C; }

 p { color: rgb(165,54,44); }

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

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

 a { background-color: rgb(165,54,44); }

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

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

 span { border-color: rgb(165,54,44); }

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