#A43632

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

Shades of Milano Red #A43632

Tints of Milano Red #A43632

Color information

#A43632 (or 0xA43632) is unknown color: approx Milano Red. HEX triplet: A4, 36 and 32. RGB value is (164,54,50). Sum of RGB (Red+Green+Blue) = 164+54+50=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A43632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43632 is #5BC9CD. Grayscale: #565656. Windows color (decimal): -6015438 or 3290788. OLE color: 3290788.

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

Color convert

RGB1645450-
CMYK00.670.700.36
HSL2.11º53.27%41.96%-
HSV(B)2.11º69.51%64.31%-
XYZ17.210.764.19-
YUV86.43107.44183.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.19%
GREEN value IS 54 (21.48% from 255) = 20.15%
BLUE value IS 50 (19.92% from 255) = 18.66%
R=61.19%
G=20.15%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164545000.670.700.362.1153.2741.96
HexA4363204346242352a
Octal244666201031064426552
Binary1010010011011011001001000011100011010010010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43632; }

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

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

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

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

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

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

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

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