#A43533

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

Shades of Milano Red #A43533

Tints of Milano Red #A43533

Color information

#A43533 (or 0xA43533) is unknown color: approx Milano Red. HEX triplet: A4, 35 and 33. RGB value is (164,53,51). Sum of RGB (Red+Green+Blue) = 164+53+51=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A43533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43533 is #5BCACC. Grayscale: #565656. Windows color (decimal): -6015693 or 3356068. OLE color: 3356068.

HSL color Cylindrical-coordinate representation of color #A43533: hue angle of 1.06º 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 #A43533 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB1645351-
CMYK00.680.690.36
HSL1.06º52.56%42.16%-
HSV(B)1.06º68.9%64.31%-
XYZ17.1810.684.29-
YUV85.96108.27183.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.19%
GREEN value IS 53 (21.09% from 255) = 19.78%
BLUE value IS 51 (20.31% from 255) = 19.03%
R=61.19%
G=19.78%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164535100.680.690.361.0652.5642.16
HexA4353304445241352a
Octal244656301041054416552
Binary101001001101011100110100010010001011001001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43533; }

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

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

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

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

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

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

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

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