#A43631

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

Shades of Milano Red #A43631

Tints of Milano Red #A43631

Color information

#A43631 (or 0xA43631) is unknown color: approx Milano Red. HEX triplet: A4, 36 and 31. RGB value is (164,54,49). Sum of RGB (Red+Green+Blue) = 164+54+49=267 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.42% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 164 - color contains mainly: red. Hex color #A43631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43631 is #5BC9CE. Grayscale: #565656. Windows color (decimal): -6015439 or 3225252. OLE color: 3225252.

HSL color Cylindrical-coordinate representation of color #A43631: hue angle of 2.61º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43631 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB1645449-
CMYK00.670.700.36
HSL2.61º53.99%41.76%-
HSV(B)2.61º70.12%64.31%-
XYZ17.1810.754.08-
YUV86.32106.94183.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.42%
GREEN value IS 54 (21.48% from 255) = 20.22%
BLUE value IS 49 (19.53% from 255) = 18.35%
R=61.42%
G=20.22%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164544900.670.700.362.6153.9941.76
HexA4363104346243362a
Octal244666101031064436652
Binary1010010011011011000101000011100011010010011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43631; }

 p { color: rgb(164,54,49); }

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

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

 a { background-color: rgb(164,54,49); }

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

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

 span { border-color: rgb(164,54,49); }

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