#A63832

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

Shades of Milano Red #A63832

Tints of Milano Red #A63832

Color information

#A63832 (or 0xA63832) is unknown color: approx Milano Red. HEX triplet: A6, 38 and 32. RGB value is (166,56,50). Sum of RGB (Red+Green+Blue) = 166+56+50=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A63832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63832 is #59C7CD. Grayscale: #585858. Windows color (decimal): -5883854 or 3291302. OLE color: 3291302.

HSL color Cylindrical-coordinate representation of color #A63832: hue angle of 3.1º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63832 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB1665650-
CMYK00.660.700.35
HSL3.1º53.7%42.35%-
HSV(B)3.1º69.88%65.1%-
XYZ17.7211.174.24-
YUV88.21106.44183.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.03%
GREEN value IS 56 (22.27% from 255) = 20.59%
BLUE value IS 50 (19.92% from 255) = 18.38%
R=61.03%
G=20.59%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166565000.660.700.353.153.742.35
HexA6383204246233362a
Octal246706201021064336652
Binary1010011011100011001001000010100011010001111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63832; }

 p { color: rgb(166,56,50); }

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

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

 a { background-color: rgb(166,56,50); }

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

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

 span { border-color: rgb(166,56,50); }

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