#A53930

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

Shades of Milano Red #A53930

Tints of Milano Red #A53930

Color information

#A53930 (or 0xA53930) is unknown color: approx Milano Red. HEX triplet: A5, 39 and 30. RGB value is (165,57,48). Sum of RGB (Red+Green+Blue) = 165+57+48=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A53930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53930 is #5AC6CF. Grayscale: #585858. Windows color (decimal): -5949136 or 3160485. OLE color: 3160485.

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

Color convert

RGB1655748-
CMYK00.650.710.35
HSL4.62º54.93%41.76%-
HSV(B)4.62º70.91%64.71%-
XYZ17.5111.144.02-
YUV88.27105.28182.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.11%
GREEN value IS 57 (22.66% from 255) = 21.11%
BLUE value IS 48 (19.14% from 255) = 17.78%
R=61.11%
G=21.11%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165574800.650.710.354.6254.9341.76
HexA5393004147235372a
Octal245716001011074356752
Binary10100101111001110000010000011000111100011101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53930; }

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

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

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

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

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

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

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

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