Shades of Free Speech Red #BC0300
Tints of Free Speech Red #BC0300
RGB
CMYK
RGB Variations
Color information
#BC0300 (or 0xBC0300) is known color: Free Speech Red. HEX triplet: BC, 03 and 00. RGB value is (188,3,0). Sum of RGB (Red+Green+Blue) = 188+3+0=191 (25% of max value = 765). Red value is 188 (73.83% from 255 or 98.43% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0300 is #43FCFF. Grayscale: #3A3A3A. Windows color (decimal): -4455680 or 956. OLE color: 956.
HSL color Cylindrical-coordinate representation of color #BC0300: hue angle of 0.96º 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 #BC0300 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.26 |
| HSL | 0.96º | 1% | 0.37% | - |
| HSV(B) | 0.96º | 1% | 0.74% | - |
| XYZ | 20.77 | 10.76 | 0.98 | - |
| YUV | 57.97 | 95.29 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 0 | 0 | 0.98 | 1 | 0.26 | 0.96 | 1 | 0.37 |
| Hex | BC | 3 | 0 | 0 | 62 | 64 | 1A | 1 | 64 | 25 |
| Octal | 274 | 3 | 0 | 0 | 142 | 144 | 32 | 1 | 144 | 45 |
| Binary | 10111100 | 11 | 0 | 0 | 1100010 | 1100100 | 11010 | 1 | 1100100 | 100101 |
Color Harmonies of #BC0300
Complementary color
Monochromatic Colors of #BC0300
Black with #BC0300
Text Example
Text Example
White with #BC0300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0300; }
p { color: rgb(188,3,0); }
H1.HeaderClassName
{
color: #BC0300;
}
.AnyTagClassName
{
color: #BC0300;
}
</style>
background-color css
<style>
a { background-color: #BC0300; }
a { background-color: rgb(188,3,0); }
div.DivClassName
{
background-color: #BC0300;
}
.BgClassName
{
background-color: #BC0300;
}
</style>
border-color css
<style>
span { border-color: #BC0300; }
span { border-color: rgb(188,3,0); }
td.TdClassName
{
border-color: #BC0300;
}
.TagClassName
{
border-color: #BC0300;
}
</style>