#A43834

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

Shades of Milano Red #A43834

Tints of Milano Red #A43834

Color information

#A43834 (or 0xA43834) is unknown color: approx Milano Red. HEX triplet: A4, 38 and 34. RGB value is (164,56,52). Sum of RGB (Red+Green+Blue) = 164+56+52=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A43834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43834 is #5BC7CB. Grayscale: #575757. Windows color (decimal): -6014924 or 3422372. OLE color: 3422372.

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

Color convert

RGB1645652-
CMYK00.660.680.36
HSL2.14º51.85%42.35%-
HSV(B)2.14º68.29%64.31%-
XYZ17.3410.974.45-
YUV87.84107.78182.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.29%
GREEN value IS 56 (22.27% from 255) = 20.59%
BLUE value IS 52 (20.70% from 255) = 19.12%
R=60.29%
G=20.59%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164565200.660.680.362.1451.8542.35
HexA4383404244242342a
Octal244706401021044426452
Binary1010010011100011010001000010100010010010010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43834; }

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

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

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

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

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

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

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

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