#A83231

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

Shades of Milano Red #A83231

Tints of Milano Red #A83231

Color information

#A83231 (or 0xA83231) is unknown color: approx Milano Red. HEX triplet: A8, 32 and 31. RGB value is (168,50,49). Sum of RGB (Red+Green+Blue) = 168+50+49=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A83231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83231 is #57CDCE. Grayscale: #555555. Windows color (decimal): -5754319 or 3224232. OLE color: 3224232.

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

Color convert

RGB1685049-
CMYK00.700.710.34
HSL0.5º54.84%42.55%-
HSV(B)0.5º70.83%65.88%-
XYZ17.8410.834.06-
YUV85.17107.59187.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 62.92%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 49 (19.53% from 255) = 18.35%
R=62.92%
G=18.73%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168504900.700.710.340.554.8442.55
HexA8323104647221372b
Octal250626101061074216753
Binary101010001100101100010100011010001111000101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83231; }

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

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

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

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

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

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

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

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