Shades of Free Speech Red #BC100B
Tints of Free Speech Red #BC100B
RGB
CMYK
RGB Variations
Color information
#BC100B (or 0xBC100B) is known color: Free Speech Red. HEX triplet: BC, 10 and 0B. RGB value is (188,16,11). Sum of RGB (Red+Green+Blue) = 188+16+11=215 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.44% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 188 - color contains mainly: red. Hex color #BC100B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC100B is #43EFF4. Grayscale: #434343. Windows color (decimal): -4452341 or 725180. OLE color: 725180.
HSL color Cylindrical-coordinate representation of color #BC100B: hue angle of 1.69º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC100B is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 11 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.26 |
| HSL | 1.69º | 0.89% | 0.39% | - |
| HSV(B) | 1.69º | 0.94% | 0.74% | - |
| XYZ | 20.98 | 11.09 | 1.35 | - |
| YUV | 66.86 | 96.48 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 11 | 0 | 0.91 | 0.94 | 0.26 | 1.69 | 0.89 | 0.39 |
| Hex | BC | 10 | B | 0 | 5B | 5E | 1A | 2 | 59 | 27 |
| Octal | 274 | 20 | 13 | 0 | 133 | 136 | 32 | 2 | 131 | 47 |
| Binary | 10111100 | 10000 | 1011 | 0 | 1011011 | 1011110 | 11010 | 10 | 1011001 | 100111 |
Color Harmonies of #BC100B
Complementary color
Monochromatic Colors of #BC100B
Black with #BC100B
Text Example
Text Example
White with #BC100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC100B; }
p { color: rgb(188,16,11); }
H1.HeaderClassName
{
color: #BC100B;
}
.AnyTagClassName
{
color: #BC100B;
}
</style>
background-color css
<style>
a { background-color: #BC100B; }
a { background-color: rgb(188,16,11); }
div.DivClassName
{
background-color: #BC100B;
}
.BgClassName
{
background-color: #BC100B;
}
</style>
border-color css
<style>
span { border-color: #BC100B; }
span { border-color: rgb(188,16,11); }
td.TdClassName
{
border-color: #BC100B;
}
.TagClassName
{
border-color: #BC100B;
}
</style>