#A53A31

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

Shades of Milano Red #A53A31

Tints of Milano Red #A53A31

Color information

#A53A31 (or 0xA53A31) is unknown color: approx Milano Red. HEX triplet: A5, 3A and 31. RGB value is (165,58,49). Sum of RGB (Red+Green+Blue) = 165+58+49=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53A31 is #5AC5CE. Grayscale: #595959. Windows color (decimal): -5948879 or 3226277. OLE color: 3226277.

HSL color Cylindrical-coordinate representation of color #A53A31: hue angle of 4.66º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A53A31 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB1655849-
CMYK00.650.700.35
HSL4.66º54.21%41.96%-
HSV(B)4.66º70.3%64.71%-
XYZ17.5811.254.15-
YUV88.97105.45182.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.66%
GREEN value IS 58 (23.05% from 255) = 21.32%
BLUE value IS 49 (19.53% from 255) = 18.01%
R=60.66%
G=21.32%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165584900.650.700.354.6654.2141.96
HexA53A3104146235362a
Octal245726101011064356652
Binary10100101111010110001010000011000110100011101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A31; }

 p { color: rgb(165,58,49); }

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

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

 a { background-color: rgb(165,58,49); }

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

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

 span { border-color: rgb(165,58,49); }

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