#A63A36

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

Shades of Milano Red #A63A36

Tints of Milano Red #A63A36

Color information

#A63A36 (or 0xA63A36) is unknown color: approx Milano Red. HEX triplet: A6, 3A and 36. RGB value is (166,58,54). Sum of RGB (Red+Green+Blue) = 166+58+54=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63A36 is #59C5C9. Grayscale: #595959. Windows color (decimal): -5883338 or 3553958. OLE color: 3553958.

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

Color convert

RGB1665854-
CMYK00.650.670.35
HSL2.14º50.91%43.14%-
HSV(B)2.14º67.47%65.1%-
XYZ17.911.44.75-
YUV89.84107.78182.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.71%
GREEN value IS 58 (23.05% from 255) = 20.86%
BLUE value IS 54 (21.48% from 255) = 19.42%
R=59.71%
G=20.86%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166585400.650.670.352.1450.9143.14
HexA63A3604143232332b
Octal246726601011034326353
Binary1010011011101011011001000001100001110001110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A36; }

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

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

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

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

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

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

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

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