#A73534

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

Shades of Milano Red #A73534

Tints of Milano Red #A73534

Color information

#A73534 (or 0xA73534) is unknown color: approx Milano Red. HEX triplet: A7, 35 and 34. RGB value is (167,53,52). Sum of RGB (Red+Green+Blue) = 167+53+52=272 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.40% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 167 - color contains mainly: red. Hex color #A73534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73534 is #58CACB. Grayscale: #575757. Windows color (decimal): -5819084 or 3421607. OLE color: 3421607.

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

Color convert

RGB1675352-
CMYK00.680.690.35
HSL0.52º52.51%42.94%-
HSV(B)0.52º68.86%65.49%-
XYZ17.8311.014.43-
YUV86.97108.27185.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 61.40%
GREEN value IS 53 (21.09% from 255) = 19.49%
BLUE value IS 52 (20.70% from 255) = 19.12%
R=61.40%
G=19.49%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167535200.680.690.350.5252.5142.94
HexA7353404445231352b
Octal247656401041054316553
Binary101001111101011101000100010010001011000111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73534; }

 p { color: rgb(167,53,52); }

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

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

 a { background-color: rgb(167,53,52); }

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

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

 span { border-color: rgb(167,53,52); }

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