Posting, in hopes someone else will find this response useful.
It seems one can create a new BaseColor from WebColor as:
BaseColor myColor = WebColors.GetRGBColor("#A00000");
Which then can be added as a background as:
cell.setBackgroundColor(myColor);