Shades of Free Speech Red #BC0700
Tints of Free Speech Red #BC0700
RGB
CMYK
RGB Variations
Color information
#BC0700 (or 0xBC0700) is known color: Free Speech Red. HEX triplet: BC, 07 and 00. RGB value is (188,7,0). Sum of RGB (Red+Green+Blue) = 188+7+0=195 (25% of max value = 765). Red value is 188 (73.83% from 255 or 96.41% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0700 is #43F8FF. Grayscale: #3C3C3C. Windows color (decimal): -4454656 or 1980. OLE color: 1980.
HSL color Cylindrical-coordinate representation of color #BC0700: hue angle of 2.23º 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 #BC0700 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.26 |
| HSL | 2.23º | 1% | 0.37% | - |
| HSV(B) | 2.23º | 1% | 0.74% | - |
| XYZ | 20.82 | 10.84 | 1 | - |
| YUV | 60.32 | 93.97 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 0 | 0 | 0.96 | 1 | 0.26 | 2.23 | 1 | 0.37 |
| Hex | BC | 7 | 0 | 0 | 60 | 64 | 1A | 2 | 64 | 25 |
| Octal | 274 | 7 | 0 | 0 | 140 | 144 | 32 | 2 | 144 | 45 |
| Binary | 10111100 | 111 | 0 | 0 | 1100000 | 1100100 | 11010 | 10 | 1100100 | 100101 |
Color Harmonies of #BC0700
Complementary color
Monochromatic Colors of #BC0700
Black with #BC0700
Text Example
Text Example
White with #BC0700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0700; }
p { color: rgb(188,7,0); }
H1.HeaderClassName
{
color: #BC0700;
}
.AnyTagClassName
{
color: #BC0700;
}
</style>
background-color css
<style>
a { background-color: #BC0700; }
a { background-color: rgb(188,7,0); }
div.DivClassName
{
background-color: #BC0700;
}
.BgClassName
{
background-color: #BC0700;
}
</style>
border-color css
<style>
span { border-color: #BC0700; }
span { border-color: rgb(188,7,0); }
td.TdClassName
{
border-color: #BC0700;
}
.TagClassName
{
border-color: #BC0700;
}
</style>