How to change Blip Color

Hello, does anyone know how to change the Player name Blimp and color? so if i wanted the admins to have a Red Color name tag?

after you create the blip you can set the name AND color of name that shows on the map

    SetBlipSprite(blip, blipsprite)
    SetBlipAsShortRange(blip, false)
    BeginTextCommandSetBlipName("STRING")
    AddTextComponentString("~r~ADMIN")
    EndTextCommandSetBlipName(blip)

You can also use SetBlipColour(blip, #) to change the color of the actual icon no matter the sprite.