Data Structures: Red Black Trees VS AVL Trees

Comparison between the following binary search trees:
Red Black Trees and Georgy Adelson-Velsky and Landis(AVL) Trees
1) Which tree is more self balancing?
2) Which tree has less time complexity in insertion of data?
3) Which tree has less time complexity in deletion of data?
4) Which tree has less time complexity to search data?
