#a43733

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

Shades of Milano Red #A43733

Tints of Milano Red #A43733

Color information

#A43733 (or 0xA43733) is unknown color: approx Milano Red. HEX triplet: A4, 37 and 33. RGB value is (164,55,51). Sum of RGB (Red+Green+Blue) = 164+55+51=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A43733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43733 is #5BC8CC. Grayscale: #575757. Windows color (decimal): -6015181 or 3356580. OLE color: 3356580.

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

Color convert

RGB1645551-
CMYK00.660.690.36
HSL2.12º52.56%42.16%-
HSV(B)2.12º68.9%64.31%-
XYZ17.2710.864.32-
YUV87.14107.61182.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.74%
GREEN value IS 55 (21.88% from 255) = 20.37%
BLUE value IS 51 (20.31% from 255) = 18.89%
R=60.74%
G=20.37%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164555100.660.690.362.1252.5642.16
HexA4373304245242352a
Octal244676301021054426552
Binary1010010011011111001101000010100010110010010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a43733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a43733; }

 p { color: rgb(164,55,51); }

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

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

 a { background-color: rgb(164,55,51); }

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

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

 span { border-color: rgb(164,55,51); }

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