#A43832

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

Shades of Milano Red #A43832

Tints of Milano Red #A43832

Color information

#A43832 (or 0xA43832) is unknown color: approx Milano Red. HEX triplet: A4, 38 and 32. RGB value is (164,56,50). Sum of RGB (Red+Green+Blue) = 164+56+50=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A43832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43832 is #5BC7CD. Grayscale: #575757. Windows color (decimal): -6014926 or 3291300. OLE color: 3291300.

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

Color convert

RGB1645650-
CMYK00.660.700.36
HSL3.16º53.27%41.96%-
HSV(B)3.16º69.51%64.31%-
XYZ17.310.954.22-
YUV87.61106.78182.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.74%
GREEN value IS 56 (22.27% from 255) = 20.74%
BLUE value IS 50 (19.92% from 255) = 18.52%
R=60.74%
G=20.74%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164565000.660.700.363.1653.2741.96
HexA4383204246243352a
Octal244706201021064436552
Binary1010010011100011001001000010100011010010011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43832; }

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

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

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

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

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

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

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

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