#A13629

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

Shades of Milano Red #A13629

Tints of Milano Red #A13629

Color information

#A13629 (or 0xA13629) is unknown color: approx Milano Red. HEX triplet: A1, 36 and 29. RGB value is (161,54,41). Sum of RGB (Red+Green+Blue) = 161+54+41=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A13629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13629 is #5EC9D6. Grayscale: #545454. Windows color (decimal): -6212055 or 2700961. OLE color: 2700961.

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

Color convert

RGB1615441-
CMYK00.660.750.37
HSL6.5º59.41%39.61%-
HSV(B)6.5º74.53%63.14%-
XYZ16.4210.383.24-
YUV84.51103.45182.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.89%
GREEN value IS 54 (21.48% from 255) = 21.09%
BLUE value IS 41 (16.41% from 255) = 16.02%
R=62.89%
G=21.09%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161544100.660.750.376.559.4139.61
HexA136290424B2563b28
Octal241665101021134567350
Binary10100001110110101001010000101001011100101110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13629; }

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

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

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

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

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

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

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

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