Additive color space of red, green, blue — the web's standard model.
Each pixel as three values: red, green, blue. With an alpha channel it becomes RGBA. CSS notation `rgb(255, 128, 0)` or `#FF8000`. For wide-gamut images the ICC profile decides which concrete colors are meant.