#A53937

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

Shades of Milano Red #A53937

Tints of Milano Red #A53937

Color information

#A53937 (or 0xA53937) is unknown color: approx Milano Red. HEX triplet: A5, 39 and 37. RGB value is (165,57,55). Sum of RGB (Red+Green+Blue) = 165+57+55=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A53937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53937 is #5AC6C8. Grayscale: #595959. Windows color (decimal): -5949129 or 3619237. OLE color: 3619237.

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

Color convert

RGB1655755-
CMYK00.650.670.35
HSL1.09º50%43.14%-
HSV(B)1.09º66.67%64.71%-
XYZ17.6711.24.85-
YUV89.06108.78182.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.57%
GREEN value IS 57 (22.66% from 255) = 20.58%
BLUE value IS 55 (21.88% from 255) = 19.86%
R=59.57%
G=20.58%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165575500.650.670.351.095043.14
HexA5393704143231322b
Octal245716701011034316253
Binary101001011110011101110100000110000111000111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53937; }

 p { color: rgb(165,57,55); }

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

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

 a { background-color: rgb(165,57,55); }

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

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

 span { border-color: rgb(165,57,55); }

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