Shades of Free Speech Red #B20900
Tints of Free Speech Red #B20900
RGB
CMYK
RGB Variations
Color information
#B20900 (or 0xB20900) is known color: Free Speech Red. HEX triplet: B2, 09 and 00. RGB value is (178,9,0). Sum of RGB (Red+Green+Blue) = 178+9+0=187 (24% of max value = 765). Red value is 178 (69.92% from 255 or 95.19% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 178 - color contains mainly: red. Hex color #B20900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20900 is #4DF6FF. Grayscale: #3A3A3A. Windows color (decimal): -5109504 or 2482. OLE color: 2482.
HSL color Cylindrical-coordinate representation of color #B20900: hue angle of 3.03º 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 #B20900 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 9 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.30 |
| HSL | 3.03º | 1% | 0.35% | - |
| HSV(B) | 3.03º | 1% | 0.7% | - |
| XYZ | 18.46 | 9.66 | 0.89 | - |
| YUV | 58.51 | 94.99 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 9 | 0 | 0 | 0.95 | 1 | 0.30 | 3.03 | 1 | 0.35 |
| Hex | B2 | 9 | 0 | 0 | 5F | 64 | 1E | 3 | 64 | 23 |
| Octal | 262 | 11 | 0 | 0 | 137 | 144 | 36 | 3 | 144 | 43 |
| Binary | 10110010 | 1001 | 0 | 0 | 1011111 | 1100100 | 11110 | 11 | 1100100 | 100011 |
Color Harmonies of #B20900
Complementary color
Monochromatic Colors of #B20900
Black with #B20900
Text Example
Text Example
White with #B20900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20900; }
p { color: rgb(178,9,0); }
H1.HeaderClassName
{
color: #B20900;
}
.AnyTagClassName
{
color: #B20900;
}
</style>
background-color css
<style>
a { background-color: #B20900; }
a { background-color: rgb(178,9,0); }
div.DivClassName
{
background-color: #B20900;
}
.BgClassName
{
background-color: #B20900;
}
</style>
border-color css
<style>
span { border-color: #B20900; }
span { border-color: rgb(178,9,0); }
td.TdClassName
{
border-color: #B20900;
}
.TagClassName
{
border-color: #B20900;
}
</style>