CSS Color Chart: Mixtures of Blue and Red : Color « Reference « HTML / CSS






CSS Color Chart: Mixtures of Blue and Red

 

<html>
<head>
<title>CSS Color Chart</title>
<meta name="description" content="">
<meta name="keywords" content="">
<style type="text/css">
body   {background-color: rgb(60%,60%,60%); color: rgb(0%,0%,0%);}
   h1, h2     {color: rgb(80%80%80%)}
   th         {background-color: rgb(65%65%65%)}
  
</style>
</head>
<body>
<div align="center">
<h1>"Browser-Safe" Color Mixing Chart</h1>

 <!--Table #  Blue and Red Mixtures-->
 

<table width="90%" cellpadding="15" border="1">
<caption><b>Mixtures of Blue and Red</b></caption>

<tr>
<th>Color Mixture</th>
<th>0% Red</th>
<th>20% Red</th>
<th>40% Red</th>
<th>60% Red</th>
<th>80% Red</th>
<th>100% Red</th>
</tr>

<tr>
<th>0% Blue</th>
<td style="background-color: rgb(00%00%0%)">?/td>
<!-- Col 2 -->
<td style="background-color: rgb(20%00%0%)">?/td>
<!-- Col 2 -->
<td style="background-color: rgb(40%00%0%)">?/td>
<!-- Col 3 -->
<td style="background-color: rgb(60%00%0%)">?/td>
<!-- Col 4 -->
<td style="background-color: rgb(80%00%0%)">?/td>
<!-- Col 5 -->
<td style="background-color: rgb(100%00%0%)">?/td>
<!-- Col 6 -->
</tr>

<tr><!-- Row 1 -->
<th>20% Blue</th>
<td style="background-color: rgb(00%00%20%)">?/td>
<!-- Col 2 -->
<td style="background-color: rgb(20%00%20%)">?/td>
<!-- Col 2 -->
<td style="background-color: rgb(40%00%20%)">?/td>
<!-- Col 3 -->
<td style="background-color: rgb(60%00%20%)">?/td>
<!-- Col 4 -->
<td style="background-color: rgb(80%00%20%)">?/td>
<!-- Col 5 -->
<td style="background-color: rgb(100%00%20%)">?/td>
<!-- Col 6 -->
</tr>

<tr>
<th>40% Blue</th>
<td style="background-color: rgb(00%00%40%)">?/td>
<!-- Col 2 -->
<td style="background-color: rgb(20%00%40%)">?/td>
<!-- Col 2 -->
<td style="background-color: rgb(40%00%40%)">?/td>
<!-- Col 3 -->
<td style="background-color: rgb(60%00%40%)">?/td>
<!-- Col 4 -->
<td style="background-color: rgb(80%00%40%)">?/td>
<!-- Col 5 -->
<td style="background-color: rgb(100%00%40%)">?/td>
<!-- Col 6 -->
</tr>

<tr>
<th>60% Blue</th>
<td style="background-color: rgb(00%00%60%)">?/td>
<!-- Col 2 -->
<td style="background-color: rgb(20%00%60%)">?/td>
<!-- Col 2 -->
<td style="background-color: rgb(40%00%60%)">?/td>
<!-- Col 3 -->
<td style="background-color: rgb(60%00%60%)">?/td>
<!-- Col 4 -->
<td style="background-color: rgb(80%00%60%)">?/td>
<!-- Col 5 -->
<td style="background-color: rgb(100%00%60%)">?/td>
<!-- Col 6 -->
</tr>

<tr>
<th>80% Blue</th>
<td style="background-color: rgb(00%00%80%)">?/td>
<!-- Col 2 -->
<td style="background-color: rgb(20%00%80%)">?/td>
<!-- Col 2 -->
<td style="background-color: rgb(40%00%80%)">?/td>
<!-- Col 3 -->
<td style="background-color: rgb(60%00%80%)">?/td>
<!-- Col 4 -->
<td style="background-color: rgb(80%00%80%)">?/td>
<!-- Col 5 -->
<td style="background-color: rgb(100%00%80%)">?/td>
<!-- Col 6 -->
</tr>

<tr>
<th>100% Blue</th>
<td style="background-color: rgb(00%00%100%)">?/td>
<!-- Col 2 -->
<td style="background-color: rgb(20%00%100%)">?/td>
<!-- Col 2 -->
<td style="background-color: rgb(40%00%100%)">?/td>
<!-- Col 3 -->
<td style="background-color: rgb(60%00%100%)">?/td>
<!-- Col 4 -->
<td style="background-color: rgb(80%00%100%)">?/td>
<!-- Col 5 -->
<td style="background-color: rgb(100%00%100%)">?/td>
<!-- Col 6 -->
</tr>
</table>


</div>
</body>
</html>


           
         
  








Related examples in the same category

1.Color Names: 140 color names are listed alphabetically.
2.The Web Palette
3.HTML Color Names
4.CSS Color Chart: Gray Scale
5.Shades of Gray
6.Colors Sorted Alphabetically
7.Fixed Red value: #FF
8.Fixed Red value: #00
9.Colors are displayed combining: RED, GREEN, and BLUE light sources
10.CSS Color Chart: Pure Colors
11.CSS Color Chart: Mixture of Red and Green
12.CSS Color Chart: Mixtures of Blue and Green
13.CSS Color Chart:Mixtures of Red, Blue, and Green
14.A table of color names that are supported by most browsers
15.Cross Platform Colors
16.Color Names List
17.CSS2.1 colors and their corresponding decimal, percentage, and hexadecimal values.
18.color constant name