Shades of Free Speech Red #BC1107
Tints of Free Speech Red #BC1107
RGB
CMYK
RGB Variations
Color information
#BC1107 (or 0xBC1107) is known color: Free Speech Red. HEX triplet: BC, 11 and 07. RGB value is (188,17,7). Sum of RGB (Red+Green+Blue) = 188+17+7=212 (28% of max value = 765). Red value is 188 (73.83% from 255 or 88.68% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1107 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1107 is #43EEF8. Grayscale: #434343. Windows color (decimal): -4452089 or 463292. OLE color: 463292.
HSL color Cylindrical-coordinate representation of color #BC1107: hue angle of 3.31º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC1107 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 7 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.26 |
| HSL | 3.31º | 0.93% | 0.38% | - |
| HSV(B) | 3.31º | 0.96% | 0.74% | - |
| XYZ | 20.98 | 11.11 | 1.24 | - |
| YUV | 66.99 | 94.15 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 7 | 0 | 0.91 | 0.96 | 0.26 | 3.31 | 0.93 | 0.38 |
| Hex | BC | 11 | 7 | 0 | 5B | 60 | 1A | 3 | 5D | 26 |
| Octal | 274 | 21 | 7 | 0 | 133 | 140 | 32 | 3 | 135 | 46 |
| Binary | 10111100 | 10001 | 111 | 0 | 1011011 | 1100000 | 11010 | 11 | 1011101 | 100110 |
Color Harmonies of #BC1107
Complementary color
Monochromatic Colors of #BC1107
Black with #BC1107
Text Example
Text Example
White with #BC1107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1107; }
p { color: rgb(188,17,7); }
H1.HeaderClassName
{
color: #BC1107;
}
.AnyTagClassName
{
color: #BC1107;
}
</style>
background-color css
<style>
a { background-color: #BC1107; }
a { background-color: rgb(188,17,7); }
div.DivClassName
{
background-color: #BC1107;
}
.BgClassName
{
background-color: #BC1107;
}
</style>
border-color css
<style>
span { border-color: #BC1107; }
span { border-color: rgb(188,17,7); }
td.TdClassName
{
border-color: #BC1107;
}
.TagClassName
{
border-color: #BC1107;
}
</style>