#A03736

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

Shades of Milano Red #A03736

Tints of Milano Red #A03736

Color information

#A03736 (or 0xA03736) is unknown color: approx Milano Red. HEX triplet: A0, 37 and 36. RGB value is (160,55,54). Sum of RGB (Red+Green+Blue) = 160+55+54=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A03736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03736 is #5FC8C9. Grayscale: #565656. Windows color (decimal): -6277322 or 3553184. OLE color: 3553184.

HSL color Cylindrical-coordinate representation of color #A03736: hue angle of 0.57º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03736 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB1605554-
CMYK00.660.660.37
HSL0.57º49.53%41.96%-
HSV(B)0.57º66.25%62.75%-
XYZ16.5310.474.64-
YUV86.28109.79180.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.48%
GREEN value IS 55 (21.88% from 255) = 20.45%
BLUE value IS 54 (21.48% from 255) = 20.07%
R=59.48%
G=20.45%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160555400.660.660.370.5749.5341.96
HexA0373604242251322a
Octal240676601021024516252
Binary101000001101111101100100001010000101001011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03736; }

 p { color: rgb(160,55,54); }

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

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

 a { background-color: rgb(160,55,54); }

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

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

 span { border-color: rgb(160,55,54); }

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