#A43A31

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

Shades of Milano Red #A43A31

Tints of Milano Red #A43A31

Color information

#A43A31 (or 0xA43A31) is unknown color: approx Milano Red. HEX triplet: A4, 3A and 31. RGB value is (164,58,49). Sum of RGB (Red+Green+Blue) = 164+58+49=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43A31 is #5BC5CE. Grayscale: #585858. Windows color (decimal): -6014415 or 3226276. OLE color: 3226276.

HSL color Cylindrical-coordinate representation of color #A43A31: hue angle of 4.7º 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 #A43A31 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB1645849-
CMYK00.650.700.36
HSL4.7º53.99%41.76%-
HSV(B)4.7º70.12%64.31%-
XYZ17.3811.144.14-
YUV88.67105.62181.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.52%
GREEN value IS 58 (23.05% from 255) = 21.40%
BLUE value IS 49 (19.53% from 255) = 18.08%
R=60.52%
G=21.40%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164584900.650.700.364.753.9941.76
HexA43A3104146245362a
Octal244726101011064456652
Binary10100100111010110001010000011000110100100101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43A31; }

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

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

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

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

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

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

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

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