Transparency Images or textures

I want to know what the RGBA code would be for a transparent color. Does OpenGL already have one or do you have to assign it yourself. I have tried: R:0, G:0, B:0, A:0 and the only thing I get is back instead of the background. Is transparency 255 or max alpha?

Ah, wait. Or do I enable blending?