#a53628

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

Shades of Milano Red #A53628

Tints of Milano Red #A53628

Color information

#A53628 (or 0xA53628) is unknown color: approx Milano Red. HEX triplet: A5, 36 and 28. RGB value is (165,54,40). Sum of RGB (Red+Green+Blue) = 165+54+40=259 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.71% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 165 - color contains mainly: red. Hex color #A53628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53628 is #5AC9D7. Grayscale: #555555. Windows color (decimal): -5949912 or 2635429. OLE color: 2635429.

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

Color convert

RGB1655440-
CMYK00.670.760.35
HSL6.72º60.98%40.2%-
HSV(B)6.72º75.76%64.71%-
XYZ17.2210.793.18-
YUV85.59102.27184.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.71%
GREEN value IS 54 (21.48% from 255) = 20.85%
BLUE value IS 40 (16.02% from 255) = 15.44%
R=63.71%
G=20.85%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165544000.670.760.356.7260.9840.2
HexA536280434C2373d28
Octal245665001031144377550
Binary10100101110110101000010000111001100100011111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a53628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a53628; }

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

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

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

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

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

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

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

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