NetLogo 7.0.0-beta2:

palette:R-of

palette:R-of color

Reports a value in the range 0 to 255 representing the red component in the RGB color space of the given NL, RGB or RGBA color.

Example:

show palette:R-of red ;; 215

Take me to the full Palette Extension Dictionary