10 LED's that are supposed to be red but aren't!

Another note; You do not need to call "show()" and "setBrightness()" for each pixel you set, and if you do not need to change the colors of the LED's, you can put your loop() code inside setup() since you only have to set the colors once. After that, you can put the Arduino to stand-by / low power mode to save some battery.