#a83633

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

Shades of Milano Red #A83633

Tints of Milano Red #A83633

Color information

#A83633 (or 0xA83633) is unknown color: approx Milano Red. HEX triplet: A8, 36 and 33. RGB value is (168,54,51). Sum of RGB (Red+Green+Blue) = 168+54+51=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A83633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83633 is #57C9CC. Grayscale: #575757. Windows color (decimal): -5753293 or 3356328. OLE color: 3356328.

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

Color convert

RGB1685451-
CMYK00.680.700.34
HSL1.54º53.42%42.94%-
HSV(B)1.54º69.64%65.88%-
XYZ18.0711.24.34-
YUV87.74107.27185.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.54%
GREEN value IS 54 (21.48% from 255) = 19.78%
BLUE value IS 51 (20.31% from 255) = 18.68%
R=61.54%
G=19.78%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168545100.680.700.341.5453.4242.94
HexA8363304446222352b
Octal250666301041064226553
Binary1010100011011011001101000100100011010001010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a83633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a83633; }

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

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

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

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

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

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

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

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