This page details the node removal algorithm for red black trees in the case of both the removed node and its successor being black (null nodes are considered black).
After removing a black node with a black successor from a red black tree the node made null is considered a double black node. There are three cases to restore the RBT (red black tree) properties in this situation. The algorithms for the cases must be done until there is no double black node.