Shades of Free Speech Red #BC0100
Tints of Free Speech Red #BC0100
RGB
CMYK
RGB Variations
Color information
#BC0100 (or 0xBC0100) is known color: Free Speech Red. HEX triplet: BC, 01 and 00. RGB value is (188,1,0). Sum of RGB (Red+Green+Blue) = 188+1+0=189 (25% of max value = 765). Red value is 188 (73.83% from 255 or 99.47% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0100 is #43FEFF. Grayscale: #383838. Windows color (decimal): -4456192 or 444. OLE color: 444.
HSL color Cylindrical-coordinate representation of color #BC0100: hue angle of 0.32º 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 #BC0100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.26 |
| HSL | 0.32º | 1% | 0.37% | - |
| HSV(B) | 0.32º | 1% | 0.74% | - |
| XYZ | 20.75 | 10.71 | 0.97 | - |
| YUV | 56.8 | 95.95 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 0 | 0 | 0.99 | 1 | 0.26 | 0.32 | 1 | 0.37 |
| Hex | BC | 1 | 0 | 0 | 63 | 64 | 1A | 0 | 64 | 25 |
| Octal | 274 | 1 | 0 | 0 | 143 | 144 | 32 | 0 | 144 | 45 |
| Binary | 10111100 | 1 | 0 | 0 | 1100011 | 1100100 | 11010 | 0 | 1100100 | 100101 |
Color Harmonies of #BC0100
Complementary color
Monochromatic Colors of #BC0100
Black with #BC0100
Text Example
Text Example
White with #BC0100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0100; }
p { color: rgb(188,1,0); }
H1.HeaderClassName
{
color: #BC0100;
}
.AnyTagClassName
{
color: #BC0100;
}
</style>
background-color css
<style>
a { background-color: #BC0100; }
a { background-color: rgb(188,1,0); }
div.DivClassName
{
background-color: #BC0100;
}
.BgClassName
{
background-color: #BC0100;
}
</style>
border-color css
<style>
span { border-color: #BC0100; }
span { border-color: rgb(188,1,0); }
td.TdClassName
{
border-color: #BC0100;
}
.TagClassName
{
border-color: #BC0100;
}
</style>