- Joined
- Jul 9, 2008
- Messages
- 2,555
Welcome to "Understanding RGB Colors"!
This is a short guide/tutorial to create your own color codes!
Let's begin!
RGB colors are in this format
#RRGGBB
The "#" Is used to show that it's an RGB color. A Hexademical color if you prefer, in HTML.
Now, let's begin the coloring!
Notice how i placed it #RRGGBB? It's Red Green and Blue color codes!
Color codes use the numbers for 0-9. #000900 is Valid!
Now, the hard part.
If you want to have only Green at 10/255 you need to place it as 0A.
Until you reach 0F(it's 15 if you're wondering) It starts all over.
Now, notice this one.
#001000 is 16 to Green and 0 to the rest.
#001500 is 21 to Green and 0 to the rest.
#001900 is 25 to Green and 0 to the rest.
Now, here is the hard part!
#001A00 is 26 to Green and 0 to the rest
- 01 equals to 1
- 02 equals to 2
- .... 09 equals to 9
- 0A though, equals to 10
- 0A to 0F is like going through 10 to 15.
- 10 is equal to 0F +1 (So that's 15+1) which is equal to 16
Well, it works like this.
You see the first letter/number
E.g. A3
You figure out that A is the 10th number (9 is the 9th so A is the 10th). So you multiply it by 16
And 3 is the 3rd number, so you add +3 to the number you got from the first number.
Now, you got 163! Placing it in the Colormap provided below, you will see that if you place 163 on Red, you will have #A30000 (if you put the Green and blue to 0)!
It's simple to understand. There are 16 colors per decade. There IS of course 154, which is the point that Letter Decades start!
155 is A0 and so on.
In case you need to change a Hexademical (RGB color) to a color code, you need to take your values and divide them by 16, then add whatever is left.
E.g. Dividing 163 by 16, you get 10, and have 3 left. "Number 10" is A, and 3 is, of course, 3. So you get A3. If you had 16, then simply dividing it by 16, you would get 1. So that means it's code would be 10 (10+0)
Hope you understood the sequence of colors on RGB!
Here's a Color map that will help you practice it!


And after you find it's colors, put them in this Color Picker to see if you got it right!
After placing all RGB colors, you should get the code you decrypted it off!
This is quite helpful at finding what RGB colors you need to place within the Object Editor so that you can have the color you found on a color map!
Thanks for reading! Moan if it's boring!
Last edited: