Shades of Free Speech Red #BC100C
Tints of Free Speech Red #BC100C
RGB
CMYK
RGB Variations
Color information
#BC100C (or 0xBC100C) is known color: Free Speech Red. HEX triplet: BC, 10 and 0C. RGB value is (188,16,12). Sum of RGB (Red+Green+Blue) = 188+16+12=216 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.04% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 188 - color contains mainly: red. Hex color #BC100C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC100C is #43EFF3. Grayscale: #434343. Windows color (decimal): -4452340 or 790716. OLE color: 790716.
HSL color Cylindrical-coordinate representation of color #BC100C: hue angle of 1.36º degrees, saturation: 0.88, 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 #BC100C is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 12 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.26 |
| HSL | 1.36º | 0.88% | 0.39% | - |
| HSV(B) | 1.36º | 0.94% | 0.74% | - |
| XYZ | 20.99 | 11.09 | 1.38 | - |
| YUV | 66.97 | 96.98 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 12 | 0 | 0.91 | 0.94 | 0.26 | 1.36 | 0.88 | 0.39 |
| Hex | BC | 10 | C | 0 | 5B | 5E | 1A | 1 | 58 | 27 |
| Octal | 274 | 20 | 14 | 0 | 133 | 136 | 32 | 1 | 130 | 47 |
| Binary | 10111100 | 10000 | 1100 | 0 | 1011011 | 1011110 | 11010 | 1 | 1011000 | 100111 |
Color Harmonies of #BC100C
Complementary color
Monochromatic Colors of #BC100C
Black with #BC100C
Text Example
Text Example
White with #BC100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC100C; }
p { color: rgb(188,16,12); }
H1.HeaderClassName
{
color: #BC100C;
}
.AnyTagClassName
{
color: #BC100C;
}
</style>
background-color css
<style>
a { background-color: #BC100C; }
a { background-color: rgb(188,16,12); }
div.DivClassName
{
background-color: #BC100C;
}
.BgClassName
{
background-color: #BC100C;
}
</style>
border-color css
<style>
span { border-color: #BC100C; }
span { border-color: rgb(188,16,12); }
td.TdClassName
{
border-color: #BC100C;
}
.TagClassName
{
border-color: #BC100C;
}
</style>