If you’re like most people, you probably don’t know how to figure out HTML color codes from decimal RGB colors in MS Paint. But don’t worry, you’re not alone! In this article, we’ll teach you how to do it like a genius. First, let’s start with the basics. Every color on a web page is represented by three numbers: the red, green, and blue (RGB) values. To create a color in MS Paint, just type in the RGB values of the color you want and hit enter. For example, if I wanted to create the color #FF0000, I would type in 255 for red, 0 for green, and 255 for blue. Now that we know how to create colors in MS Paint, it’s time to learn how to figure out HTML color codes from them. To do this, all we need is a little bit of math. The first thing we need to do is divide each number in our RGB value by 2 because web pages use percentages for colors instead of raw numbers like MS Paint does. So if our RGB value was 255/2=127, then our HTML code would be #000000 (or black). Now that we have our HTML code ready, all we need to do is copy and paste it into a text editor like Notepad or Wordpad and change the percentage values to match the colors on your web page. For example, if my website’s main color is #FF0000 but its background color is #EFEFEF (a light purple), then my HTML code would look something like this: