Shades of Free Speech Red #BC1006
Tints of Free Speech Red #BC1006
RGB
CMYK
RGB Variations
Color information
#BC1006 (or 0xBC1006) is known color: Free Speech Red. HEX triplet: BC, 10 and 06. RGB value is (188,16,6). Sum of RGB (Red+Green+Blue) = 188+16+6=210 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.52% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1006 is #43EFF9. Grayscale: #424242. Windows color (decimal): -4452346 or 397500. OLE color: 397500.
HSL color Cylindrical-coordinate representation of color #BC1006: hue angle of 3.3º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC1006 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 6 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.26 |
| HSL | 3.3º | 0.94% | 0.38% | - |
| HSV(B) | 3.3º | 0.97% | 0.74% | - |
| XYZ | 20.96 | 11.08 | 1.21 | - |
| YUV | 66.29 | 93.98 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 6 | 0 | 0.91 | 0.97 | 0.26 | 3.3 | 0.94 | 0.38 |
| Hex | BC | 10 | 6 | 0 | 5B | 61 | 1A | 3 | 5E | 26 |
| Octal | 274 | 20 | 6 | 0 | 133 | 141 | 32 | 3 | 136 | 46 |
| Binary | 10111100 | 10000 | 110 | 0 | 1011011 | 1100001 | 11010 | 11 | 1011110 | 100110 |
Color Harmonies of #BC1006
Complementary color
Monochromatic Colors of #BC1006
Black with #BC1006
Text Example
Text Example
White with #BC1006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1006; }
p { color: rgb(188,16,6); }
H1.HeaderClassName
{
color: #BC1006;
}
.AnyTagClassName
{
color: #BC1006;
}
</style>
background-color css
<style>
a { background-color: #BC1006; }
a { background-color: rgb(188,16,6); }
div.DivClassName
{
background-color: #BC1006;
}
.BgClassName
{
background-color: #BC1006;
}
</style>
border-color css
<style>
span { border-color: #BC1006; }
span { border-color: rgb(188,16,6); }
td.TdClassName
{
border-color: #BC1006;
}
.TagClassName
{
border-color: #BC1006;
}
</style>