Numbers for Color Text

What are the three ( r, g, b ) values so that I may change the color of text in my game? Thanks. I need all three of the values. For instance for red, I want ( r, g, b ) for how to make red. And then for green, so on and so forth! And then please help with black.

Thanks!

Red:
Green:
Blue:
Black:

[import]uid: 19768 topic_id: 6955 reply_id: 306955[/import]

If I understand your question:

Red = 255,0,0
Green =0,255,0
Blue=0,0,255
Black = 0,0,0

This link may be helpful also:
http://www.colorpro.com/info/tools/rgbcalc.htm [import]uid: 16901 topic_id: 6955 reply_id: 24351[/import]