#A43332

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

Shades of Milano Red #A43332

Tints of Milano Red #A43332

Color information

#A43332 (or 0xA43332) is unknown color: approx Milano Red. HEX triplet: A4, 33 and 32. RGB value is (164,51,50). Sum of RGB (Red+Green+Blue) = 164+51+50=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A43332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43332 is #5BCCCD. Grayscale: #545454. Windows color (decimal): -6016206 or 3290020. OLE color: 3290020.

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

Color convert

RGB1645150-
CMYK00.690.700.36
HSL0.53º53.27%41.96%-
HSV(B)0.53º69.51%64.31%-
XYZ17.0710.494.14-
YUV84.67108.44184.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.89%
GREEN value IS 51 (20.31% from 255) = 19.25%
BLUE value IS 50 (19.92% from 255) = 18.87%
R=61.89%
G=19.25%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164515000.690.700.360.5353.2741.96
HexA4333204546241352a
Octal244636201051064416552
Binary101001001100111100100100010110001101001001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43332; }

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

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

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

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

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

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

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

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