#A43433

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

Shades of Milano Red #A43433

Tints of Milano Red #A43433

Color information

#A43433 (or 0xA43433) is unknown color: approx Milano Red. HEX triplet: A4, 34 and 33. RGB value is (164,52,51). Sum of RGB (Red+Green+Blue) = 164+52+51=267 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.42% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 164 - color contains mainly: red. Hex color #A43433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43433 is #5BCBCC. Grayscale: #555555. Windows color (decimal): -6015949 or 3355812. OLE color: 3355812.

HSL color Cylindrical-coordinate representation of color #A43433: 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.69%. Process color model (Four color, CMYK) of #A43433 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB1645251-
CMYK00.680.690.36
HSL0.53º52.56%42.16%-
HSV(B)0.53º68.9%64.31%-
XYZ17.1410.594.27-
YUV85.37108.61184.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.42%
GREEN value IS 52 (20.70% from 255) = 19.48%
BLUE value IS 51 (20.31% from 255) = 19.10%
R=61.42%
G=19.48%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164525100.680.690.360.5352.5642.16
HexA4343304445241352a
Octal244646301041054416552
Binary101001001101001100110100010010001011001001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43433; }

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

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

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

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

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

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

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

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