Shades of Free Speech Red #B20700
Tints of Free Speech Red #B20700
RGB
CMYK
RGB Variations
Color information
#B20700 (or 0xB20700) is known color: Free Speech Red. HEX triplet: B2, 07 and 00. RGB value is (178,7,0). Sum of RGB (Red+Green+Blue) = 178+7+0=185 (24% of max value = 765). Red value is 178 (69.92% from 255 or 96.22% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 178 - color contains mainly: red. Hex color #B20700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20700 is #4DF8FF. Grayscale: #393939. Windows color (decimal): -5110016 or 1970. OLE color: 1970.
HSL color Cylindrical-coordinate representation of color #B20700: hue angle of 2.36º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20700 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.30 |
| HSL | 2.36º | 1% | 0.35% | - |
| HSV(B) | 2.36º | 1% | 0.7% | - |
| XYZ | 18.44 | 9.62 | 0.88 | - |
| YUV | 57.33 | 95.65 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 0 | 0 | 0.96 | 1 | 0.30 | 2.36 | 1 | 0.35 |
| Hex | B2 | 7 | 0 | 0 | 60 | 64 | 1E | 2 | 64 | 23 |
| Octal | 262 | 7 | 0 | 0 | 140 | 144 | 36 | 2 | 144 | 43 |
| Binary | 10110010 | 111 | 0 | 0 | 1100000 | 1100100 | 11110 | 10 | 1100100 | 100011 |
Color Harmonies of #B20700
Complementary color
Monochromatic Colors of #B20700
Black with #B20700
Text Example
Text Example
White with #B20700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20700; }
p { color: rgb(178,7,0); }
H1.HeaderClassName
{
color: #B20700;
}
.AnyTagClassName
{
color: #B20700;
}
</style>
background-color css
<style>
a { background-color: #B20700; }
a { background-color: rgb(178,7,0); }
div.DivClassName
{
background-color: #B20700;
}
.BgClassName
{
background-color: #B20700;
}
</style>
border-color css
<style>
span { border-color: #B20700; }
span { border-color: rgb(178,7,0); }
td.TdClassName
{
border-color: #B20700;
}
.TagClassName
{
border-color: #B20700;
}
</style>