How to read HEX in RGB Rush for HEX & Single HEX game modes.
How to Read HEX
To play HEX Single & HEX game modes you will need to understand HEX colour codes.
Letters are just placeholder for two-digit numbers. Anything above 9 will be represented as A-F.
The number or letter in the first position will be multiplied by 16. The multiplied number from the first position is then added to the second number & you have your exact HEX colour calculation.
For example: A9 is A[160] + 9 = 169 & 9A is 9 + A[10] = 19
- 1 = 16
- 2 = 32
- 3 = 48
- 4 = 64
- 5 = 80
- 6 = 96
- 7 = 112
- 8 = 128
- 9 = 144
- A = 160
- B = 176
- C = 192
- D = 208
- E = 224
- F = 240
- A = 10
- B = 11
- C = 12
- D = 13
- E = 14
- F = 15
Thanks to mobs2r for his great guide, all credit to his effort. you can also read the original guide from Steam Community. enjoy the game.