#A63933

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

Shades of Milano Red #A63933

Tints of Milano Red #A63933

Color information

#A63933 (or 0xA63933) is unknown color: approx Milano Red. HEX triplet: A6, 39 and 33. RGB value is (166,57,51). Sum of RGB (Red+Green+Blue) = 166+57+51=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A63933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63933 is #59C6CC. Grayscale: #595959. Windows color (decimal): -5883597 or 3357094. OLE color: 3357094.

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

Color convert

RGB1665751-
CMYK00.660.690.35
HSL3.13º53%42.55%-
HSV(B)3.13º69.28%65.1%-
XYZ17.7911.274.37-
YUV88.91106.61182.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.58%
GREEN value IS 57 (22.66% from 255) = 20.80%
BLUE value IS 51 (20.31% from 255) = 18.61%
R=60.58%
G=20.80%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166575100.660.690.353.135342.55
HexA6393304245233352b
Octal246716301021054336553
Binary1010011011100111001101000010100010110001111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63933; }

 p { color: rgb(166,57,51); }

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

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

 a { background-color: rgb(166,57,51); }

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

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

 span { border-color: rgb(166,57,51); }

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