#A03735

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

Shades of Milano Red #A03735

Tints of Milano Red #A03735

Color information

#A03735 (or 0xA03735) is unknown color: approx Milano Red. HEX triplet: A0, 37 and 35. RGB value is (160,55,53). Sum of RGB (Red+Green+Blue) = 160+55+53=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A03735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03735 is #5FC8CA. Grayscale: #565656. Windows color (decimal): -6277323 or 3487648. OLE color: 3487648.

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

Color convert

RGB1605553-
CMYK00.660.670.37
HSL1.12º50.23%41.76%-
HSV(B)1.12º66.87%62.75%-
XYZ16.5110.464.52-
YUV86.17109.29180.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.70%
GREEN value IS 55 (21.88% from 255) = 20.52%
BLUE value IS 53 (21.09% from 255) = 19.78%
R=59.70%
G=20.52%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160555300.660.670.371.1250.2341.76
HexA0373504243251322a
Octal240676501021034516252
Binary101000001101111101010100001010000111001011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03735; }

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

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

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

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

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

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

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

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