Creates an rgb(...) color.
rgb(...)
const Color.rgb(int red, int green, int blue) : value = 'rgb($red, $green, $blue)';