#A13734

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

Shades of Milano Red #A13734

Tints of Milano Red #A13734

Color information

#A13734 (or 0xA13734) is unknown color: approx Milano Red. HEX triplet: A1, 37 and 34. RGB value is (161,55,52). Sum of RGB (Red+Green+Blue) = 161+55+52=268 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.07% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 161 - color contains mainly: red. Hex color #A13734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13734 is #5EC8CB. Grayscale: #565656. Windows color (decimal): -6211788 or 3422113. OLE color: 3422113.

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

Color convert

RGB1615552-
CMYK00.660.680.37
HSL1.65º51.17%41.76%-
HSV(B)1.65º67.7%63.14%-
XYZ16.6810.564.41-
YUV86.35108.62181.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.07%
GREEN value IS 55 (21.88% from 255) = 20.52%
BLUE value IS 52 (20.70% from 255) = 19.40%
R=60.07%
G=20.52%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161555200.660.680.371.6551.1741.76
HexA1373404244252332a
Octal241676401021044526352
Binary1010000111011111010001000010100010010010110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13734; }

 p { color: rgb(161,55,52); }

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

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

 a { background-color: rgb(161,55,52); }

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

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

 span { border-color: rgb(161,55,52); }

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