#A53629

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

Shades of Milano Red #A53629

Tints of Milano Red #A53629

Color information

#A53629 (or 0xA53629) is unknown color: approx Milano Red. HEX triplet: A5, 36 and 29. RGB value is (165,54,41). Sum of RGB (Red+Green+Blue) = 165+54+41=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A53629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53629 is #5AC9D6. Grayscale: #555555. Windows color (decimal): -5949911 or 2700965. OLE color: 2700965.

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

Color convert

RGB1655441-
CMYK00.670.750.35
HSL6.29º60.19%40.39%-
HSV(B)6.29º75.15%64.71%-
XYZ17.2410.83.27-
YUV85.71102.77184.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.46%
GREEN value IS 54 (21.48% from 255) = 20.77%
BLUE value IS 41 (16.41% from 255) = 15.77%
R=63.46%
G=20.77%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165544100.670.750.356.2960.1940.39
HexA536290434B2363c28
Octal245665101031134367450
Binary10100101110110101001010000111001011100011110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53629; }

 p { color: rgb(165,54,41); }

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

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

 a { background-color: rgb(165,54,41); }

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

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

 span { border-color: rgb(165,54,41); }

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