#A43835

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

Shades of Milano Red #A43835

Tints of Milano Red #A43835

Color information

#A43835 (or 0xA43835) is unknown color: approx Milano Red. HEX triplet: A4, 38 and 35. RGB value is (164,56,53). Sum of RGB (Red+Green+Blue) = 164+56+53=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A43835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43835 is #5BC7CA. Grayscale: #585858. Windows color (decimal): -6014923 or 3487908. OLE color: 3487908.

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

Color convert

RGB1645653-
CMYK00.660.680.36
HSL1.62º51.15%42.55%-
HSV(B)1.62º67.68%64.31%-
XYZ17.3710.984.57-
YUV87.95108.28182.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.07%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 53 (21.09% from 255) = 19.41%
R=60.07%
G=20.51%
B=19.41%

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
Decimal164565300.660.680.361.6251.1542.55
HexA4383504244242332b
Octal244706501021044426353
Binary1010010011100011010101000010100010010010010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43835; }

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

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

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

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

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

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

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

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