Shades of Free Speech Red #B20603
Tints of Free Speech Red #B20603
RGB
CMYK
RGB Variations
Color information
#B20603 (or 0xB20603) is known color: Free Speech Red. HEX triplet: B2, 06 and 03. RGB value is (178,6,3). Sum of RGB (Red+Green+Blue) = 178+6+3=187 (24% of max value = 765). Red value is 178 (69.92% from 255 or 95.19% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 178 - color contains mainly: red. Hex color #B20603 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20603 is #4DF9FC. Grayscale: #393939. Windows color (decimal): -5110269 or 198322. OLE color: 198322.
HSL color Cylindrical-coordinate representation of color #B20603: hue angle of 1.03º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B20603 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 6 | 3 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.30 |
| HSL | 1.03º | 0.97% | 0.35% | - |
| HSV(B) | 1.03º | 0.98% | 0.7% | - |
| XYZ | 18.44 | 9.6 | 0.97 | - |
| YUV | 57.09 | 97.48 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 6 | 3 | 0 | 0.97 | 0.98 | 0.30 | 1.03 | 0.97 | 0.35 |
| Hex | B2 | 6 | 3 | 0 | 61 | 62 | 1E | 1 | 61 | 23 |
| Octal | 262 | 6 | 3 | 0 | 141 | 142 | 36 | 1 | 141 | 43 |
| Binary | 10110010 | 110 | 11 | 0 | 1100001 | 1100010 | 11110 | 1 | 1100001 | 100011 |
Color Harmonies of #B20603
Complementary color
Monochromatic Colors of #B20603
Black with #B20603
Text Example
Text Example
White with #B20603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20603; }
p { color: rgb(178,6,3); }
H1.HeaderClassName
{
color: #B20603;
}
.AnyTagClassName
{
color: #B20603;
}
</style>
background-color css
<style>
a { background-color: #B20603; }
a { background-color: rgb(178,6,3); }
div.DivClassName
{
background-color: #B20603;
}
.BgClassName
{
background-color: #B20603;
}
</style>
border-color css
<style>
span { border-color: #B20603; }
span { border-color: rgb(178,6,3); }
td.TdClassName
{
border-color: #B20603;
}
.TagClassName
{
border-color: #B20603;
}
</style>