#A93735

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

Shades of Milano Red #A93735

Tints of Milano Red #A93735

Color information

#A93735 (or 0xA93735) is unknown color: approx Milano Red. HEX triplet: A9, 37 and 35. RGB value is (169,55,53). Sum of RGB (Red+Green+Blue) = 169+55+53=277 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.01% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 169 - color contains mainly: red. Hex color #A93735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93735 is #56C8CA. Grayscale: #585858. Windows color (decimal): -5687499 or 3487657. OLE color: 3487657.

HSL color Cylindrical-coordinate representation of color #A93735: hue angle of 1.03º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A93735 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB1695553-
CMYK00.670.690.34
HSL1.03º52.25%43.53%-
HSV(B)1.03º68.64%66.27%-
XYZ18.3711.424.61-
YUV88.86107.77185.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 61.01%
GREEN value IS 55 (21.88% from 255) = 19.86%
BLUE value IS 53 (21.09% from 255) = 19.13%
R=61.01%
G=19.86%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169555300.670.690.341.0352.2543.53
HexA9373504345221342c
Octal251676501031054216454
Binary101010011101111101010100001110001011000101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93735; }

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

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

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

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

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

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

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

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