#A13A36

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

Shades of Milano Red #A13A36

Tints of Milano Red #A13A36

Color information

#A13A36 (or 0xA13A36) is unknown color: approx Milano Red. HEX triplet: A1, 3A and 36. RGB value is (161,58,54). Sum of RGB (Red+Green+Blue) = 161+58+54=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13A36 is #5EC5C9. Grayscale: #585858. Windows color (decimal): -6211018 or 3553953. OLE color: 3553953.

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

Color convert

RGB1615854-
CMYK00.640.660.37
HSL2.24º49.77%42.16%-
HSV(B)2.24º66.46%63.14%-
XYZ16.8810.874.7-
YUV88.34108.62179.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.97%
GREEN value IS 58 (23.05% from 255) = 21.25%
BLUE value IS 54 (21.48% from 255) = 19.78%
R=58.97%
G=21.25%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161585400.640.660.372.2449.7742.16
HexA13A3604042252322a
Octal241726601001024526252
Binary1010000111101011011001000000100001010010110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13A36; }

 p { color: rgb(161,58,54); }

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

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

 a { background-color: rgb(161,58,54); }

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

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

 span { border-color: rgb(161,58,54); }

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