mojira.dev
MC-75350

Color Red in (255000000) RGB-System gets Hex-Code F32FDC0

What I expected to happen was...:
Command:
/give @p minecraft:leather_helmet 1 0 {display:}
or
/replaceitem entity @p slot.armor.head minecraft:leather_helmet 1 0 {display:}

I expected to get some red Leatherhelmet with Hex-Code FF0000.

What actually happened was...:
I became some cyan Leatherhelmet with Hex-Code F32FDC0.
This happened with Chestplate, Leggings and Boots, too.
This happened with other colors, which use red, like yellow and orange and white, too.

Steps to Reproduce:
Command:
/give @p minecraft:leather_helmet 1 0 {display:}
or
/replaceitem entity @p slot.armor.head minecraft:leather_helmet 1 0 {display:}

Comments 2

255 000 000 actually is equal to F32FDC0. WAI
(Are you looking for 16711680?)
(Try searching "0xff0000 to decimal" in google)

Oh, sry.
I thought the commands use the R(ed)-G(reen)-B(lue), because green (000255000) blue (000000255) and black (000000000) are working. I didn't know, that i have to use the decimal numbers.
I think, this can be closed.

Gerhard Heimann

(Unassigned)

Unconfirmed

Minecraft 1.8, Minecraft 1.8.1

Retrieved