#A83131

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

Shades of Milano Red #A83131

Tints of Milano Red #A83131

Color information

#A83131 (or 0xA83131) is unknown color: approx Milano Red. HEX triplet: A8, 31 and 31. RGB value is (168,49,49). Sum of RGB (Red+Green+Blue) = 168+49+49=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A83131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83131 is #57CECE. Grayscale: #545454. Windows color (decimal): -5754575 or 3223976. OLE color: 3223976.

HSL color Cylindrical-coordinate representation of color #A83131: hue angle of 0º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83131 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB1684949-
CMYK00.710.710.34
HSL54.84%42.55%-
HSV(B)70.83%65.88%-
XYZ17.810.744.04-
YUV84.58107.92187.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.16%
GREEN value IS 49 (19.53% from 255) = 18.42%
BLUE value IS 49 (19.53% from 255) = 18.42%
R=63.16%
G=18.42%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168494900.710.710.34054.8442.55
HexA8313104747220372b
Octal250616101071074206753
Binary101010001100011100010100011110001111000100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83131; }

 p { color: rgb(168,49,49); }

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

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

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

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

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

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

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