#A13534

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

Shades of Milano Red #A13534

Tints of Milano Red #A13534

Color information

#A13534 (or 0xA13534) is unknown color: approx Milano Red. HEX triplet: A1, 35 and 34. RGB value is (161,53,52). Sum of RGB (Red+Green+Blue) = 161+53+52=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A13534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13534 is #5ECACB. Grayscale: #555555. Windows color (decimal): -6212300 or 3421601. OLE color: 3421601.

HSL color Cylindrical-coordinate representation of color #A13534: hue angle of 0.55º 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 #A13534 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB1615352-
CMYK00.670.680.37
HSL0.55º51.17%41.76%-
HSV(B)0.55º67.7%63.14%-
XYZ16.5910.374.38-
YUV85.18109.28182.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.53%
GREEN value IS 53 (21.09% from 255) = 19.92%
BLUE value IS 52 (20.70% from 255) = 19.55%
R=60.53%
G=19.92%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161535200.670.680.370.5551.1741.76
HexA1353404344251332a
Octal241656401031044516352
Binary101000011101011101000100001110001001001011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13534; }

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

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

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

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

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

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

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

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