#A53A34

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

Shades of Milano Red #A53A34

Tints of Milano Red #A53A34

Color information

#A53A34 (or 0xA53A34) is unknown color: approx Milano Red. HEX triplet: A5, 3A and 34. RGB value is (165,58,52). Sum of RGB (Red+Green+Blue) = 165+58+52=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53A34 is #5AC5CB. Grayscale: #595959. Windows color (decimal): -5948876 or 3422885. OLE color: 3422885.

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

Color convert

RGB1655852-
CMYK00.650.680.35
HSL3.19º52.07%42.55%-
HSV(B)3.19º68.48%64.71%-
XYZ17.6511.274.49-
YUV89.31106.95181.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60%
GREEN value IS 58 (23.05% from 255) = 21.09%
BLUE value IS 52 (20.70% from 255) = 18.91%
R=60%
G=21.09%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165585200.650.680.353.1952.0742.55
HexA53A3404144233342b
Octal245726401011044336453
Binary1010010111101011010001000001100010010001111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A34; }

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

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

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

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

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

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

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

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