#A83331

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

Shades of Milano Red #A83331

Tints of Milano Red #A83331

Color information

#A83331 (or 0xA83331) is unknown color: approx Milano Red. HEX triplet: A8, 33 and 31. RGB value is (168,51,49). Sum of RGB (Red+Green+Blue) = 168+51+49=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A83331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83331 is #57CCCE. Grayscale: #555555. Windows color (decimal): -5754063 or 3224488. OLE color: 3224488.

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

Color convert

RGB1685149-
CMYK00.700.710.34
HSL1.01º54.84%42.55%-
HSV(B)1.01º70.83%65.88%-
XYZ17.8910.914.07-
YUV85.76107.26186.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 62.69%
GREEN value IS 51 (20.31% from 255) = 19.03%
BLUE value IS 49 (19.53% from 255) = 18.28%
R=62.69%
G=19.03%
B=18.28%

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
Decimal168514900.700.710.341.0154.8442.55
HexA8333104647221372b
Octal250636101061074216753
Binary101010001100111100010100011010001111000101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83331; }

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

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

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

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

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

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

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

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