Shades of Free Speech Red #BC0B00
Tints of Free Speech Red #BC0B00
RGB
CMYK
RGB Variations
Color information
#BC0B00 (or 0xBC0B00) is known color: Free Speech Red. HEX triplet: BC, 0B and 00. RGB value is (188,11,0). Sum of RGB (Red+Green+Blue) = 188+11+0=199 (26% of max value = 765). Red value is 188 (73.83% from 255 or 94.47% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0B00 is #43F4FF. Grayscale: #3E3E3E. Windows color (decimal): -4453632 or 3004. OLE color: 3004.
HSL color Cylindrical-coordinate representation of color #BC0B00: hue angle of 3.51º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC0B00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.26 |
| HSL | 3.51º | 1% | 0.37% | - |
| HSV(B) | 3.51º | 1% | 0.74% | - |
| XYZ | 20.86 | 10.93 | 1.01 | - |
| YUV | 62.67 | 92.64 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 0 | 0 | 0.94 | 1 | 0.26 | 3.51 | 1 | 0.37 |
| Hex | BC | B | 0 | 0 | 5E | 64 | 1A | 4 | 64 | 25 |
| Octal | 274 | 13 | 0 | 0 | 136 | 144 | 32 | 4 | 144 | 45 |
| Binary | 10111100 | 1011 | 0 | 0 | 1011110 | 1100100 | 11010 | 100 | 1100100 | 100101 |
Color Harmonies of #BC0B00
Complementary color
Monochromatic Colors of #BC0B00
Black with #BC0B00
Text Example
Text Example
White with #BC0B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B00; }
p { color: rgb(188,11,0); }
H1.HeaderClassName
{
color: #BC0B00;
}
.AnyTagClassName
{
color: #BC0B00;
}
</style>
background-color css
<style>
a { background-color: #BC0B00; }
a { background-color: rgb(188,11,0); }
div.DivClassName
{
background-color: #BC0B00;
}
.BgClassName
{
background-color: #BC0B00;
}
</style>
border-color css
<style>
span { border-color: #BC0B00; }
span { border-color: rgb(188,11,0); }
td.TdClassName
{
border-color: #BC0B00;
}
.TagClassName
{
border-color: #BC0B00;
}
</style>