A Red Black Tree is a self-balancing binary search tree where each node has an extra bit for storing the color of the node, which can be either red or black.
More information here: Red Black Tree - Wikipedia