#A53A30

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

Shades of Milano Red #A53A30

Tints of Milano Red #A53A30

Color information

#A53A30 (or 0xA53A30) is unknown color: approx Milano Red. HEX triplet: A5, 3A and 30. RGB value is (165,58,48). Sum of RGB (Red+Green+Blue) = 165+58+48=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53A30 is #5AC5CF. Grayscale: #595959. Windows color (decimal): -5948880 or 3160741. OLE color: 3160741.

HSL color Cylindrical-coordinate representation of color #A53A30: hue angle of 5.13º 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 #A53A30 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB1655848-
CMYK00.650.710.35
HSL5.13º54.93%41.76%-
HSV(B)5.13º70.91%64.71%-
XYZ17.5611.244.04-
YUV88.85104.95182.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.89%
GREEN value IS 58 (23.05% from 255) = 21.40%
BLUE value IS 48 (19.14% from 255) = 17.71%
R=60.89%
G=21.40%
B=17.71%

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
Decimal165584800.650.710.355.1354.9341.76
HexA53A3004147235372a
Octal245726001011074356752
Binary10100101111010110000010000011000111100011101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A30; }

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

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

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

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

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

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

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

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