#A53A2D

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

Shades of Milano Red #A53A2D

Tints of Milano Red #A53A2D

Color information

#A53A2D (or 0xA53A2D) is unknown color: approx Milano Red. HEX triplet: A5, 3A and 2D. RGB value is (165,58,45). Sum of RGB (Red+Green+Blue) = 165+58+45=268 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.57% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53A2D is #5AC5D2. Grayscale: #585858. Windows color (decimal): -5948883 or 2964133. OLE color: 2964133.

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

Color convert

RGB1655845-
CMYK00.650.730.35
HSL6.5º57.14%41.18%-
HSV(B)6.5º72.73%64.71%-
XYZ17.511.213.72-
YUV88.51103.45182.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.57%
GREEN value IS 58 (23.05% from 255) = 21.64%
BLUE value IS 45 (17.97% from 255) = 16.79%
R=61.57%
G=21.64%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165584500.650.730.356.557.1441.18
HexA53A2D041492363929
Octal245725501011114367151
Binary10100101111010101101010000011001001100011110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A2D; }

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

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

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

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

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

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

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

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