#A63836

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

Shades of Milano Red #A63836

Tints of Milano Red #A63836

Color information

#A63836 (or 0xA63836) is unknown color: approx Milano Red. HEX triplet: A6, 38 and 36. RGB value is (166,56,54). Sum of RGB (Red+Green+Blue) = 166+56+54=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A63836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63836 is #59C7C9. Grayscale: #585858. Windows color (decimal): -5883850 or 3553446. OLE color: 3553446.

HSL color Cylindrical-coordinate representation of color #A63836: hue angle of 1.07º degrees, saturation: 0.51, 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 #A63836 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB1665654-
CMYK00.660.670.35
HSL1.07º50.91%43.14%-
HSV(B)1.07º67.47%65.1%-
XYZ17.8111.24.71-
YUV88.66108.44183.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.14%
GREEN value IS 56 (22.27% from 255) = 20.29%
BLUE value IS 54 (21.48% from 255) = 19.57%
R=60.14%
G=20.29%
B=19.57%

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
Decimal166565400.660.670.351.0750.9143.14
HexA6383604243231332b
Octal246706601021034316353
Binary101001101110001101100100001010000111000111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63836; }

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

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

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

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

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

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

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

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