#A83834

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

Shades of Milano Red #A83834

Tints of Milano Red #A83834

Color information

#A83834 (or 0xA83834) is unknown color: approx Milano Red. HEX triplet: A8, 38 and 34. RGB value is (168,56,52). Sum of RGB (Red+Green+Blue) = 168+56+52=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A83834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83834 is #57C7CB. Grayscale: #595959. Windows color (decimal): -5752780 or 3422376. OLE color: 3422376.

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

Color convert

RGB1685652-
CMYK00.670.690.34
HSL2.07º52.73%43.14%-
HSV(B)2.07º69.05%65.88%-
XYZ18.1811.44.49-
YUV89.03107.11184.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.87%
GREEN value IS 56 (22.27% from 255) = 20.29%
BLUE value IS 52 (20.70% from 255) = 18.84%
R=60.87%
G=20.29%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168565200.670.690.342.0752.7343.14
HexA8383404345222352b
Octal250706401031054226553
Binary1010100011100011010001000011100010110001010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83834; }

 p { color: rgb(168,56,52); }

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

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

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

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

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

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

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