#A53430

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

Shades of Milano Red #A53430

Tints of Milano Red #A53430

Color information

#A53430 (or 0xA53430) is unknown color: approx Milano Red. HEX triplet: A5, 34 and 30. RGB value is (165,52,48). Sum of RGB (Red+Green+Blue) = 165+52+48=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A53430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53430 is #5ACBCF. Grayscale: #555555. Windows color (decimal): -5950416 or 3159205. OLE color: 3159205.

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

Color convert

RGB1655248-
CMYK00.680.710.35
HSL2.05º54.93%41.76%-
HSV(B)2.05º70.91%64.71%-
XYZ17.2810.673.94-
YUV85.33106.94184.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.26%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 48 (19.14% from 255) = 18.11%
R=62.26%
G=19.62%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165524800.680.710.352.0554.9341.76
HexA5343004447232372a
Octal245646001041074326752
Binary1010010111010011000001000100100011110001110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53430; }

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

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

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

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

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

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

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

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