#a63837

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

Shades of Milano Red #A63837

Tints of Milano Red #A63837

Color information

#A63837 (or 0xA63837) is unknown color: approx Milano Red. HEX triplet: A6, 38 and 37. RGB value is (166,56,55). Sum of RGB (Red+Green+Blue) = 166+56+55=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A63837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63837 is #59C7C8. Grayscale: #585858. Windows color (decimal): -5883849 or 3618982. OLE color: 3618982.

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

Color convert

RGB1665655-
CMYK00.660.670.35
HSL0.54º50.23%43.33%-
HSV(B)0.54º66.87%65.1%-
XYZ17.8311.214.84-
YUV88.78108.94183.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.93%
GREEN value IS 56 (22.27% from 255) = 20.22%
BLUE value IS 55 (21.88% from 255) = 19.86%
R=59.93%
G=20.22%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166565500.660.670.350.5450.2343.33
HexA6383704243231322b
Octal246706701021034316253
Binary101001101110001101110100001010000111000111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a63837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a63837; }

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

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

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

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

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

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

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

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