Shades of Free Speech Red #BC1000
Tints of Free Speech Red #BC1000
RGB
CMYK
RGB Variations
Color information
#BC1000 (or 0xBC1000) is known color: Free Speech Red. HEX triplet: BC, 10 and 00. RGB value is (188,16,0). Sum of RGB (Red+Green+Blue) = 188+16+0=204 (27% of max value = 765). Red value is 188 (73.83% from 255 or 92.16% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1000 is #43EFFF. Grayscale: #414141. Windows color (decimal): -4452352 or 4284. OLE color: 4284.
HSL color Cylindrical-coordinate representation of color #BC1000: hue angle of 5.11º 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 #BC1000 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.26 |
| HSL | 5.11º | 1% | 0.37% | - |
| HSV(B) | 5.11º | 1% | 0.74% | - |
| XYZ | 20.92 | 11.06 | 1.03 | - |
| YUV | 65.6 | 90.98 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 0 | 0 | 0.91 | 1 | 0.26 | 5.11 | 1 | 0.37 |
| Hex | BC | 10 | 0 | 0 | 5B | 64 | 1A | 5 | 64 | 25 |
| Octal | 274 | 20 | 0 | 0 | 133 | 144 | 32 | 5 | 144 | 45 |
| Binary | 10111100 | 10000 | 0 | 0 | 1011011 | 1100100 | 11010 | 101 | 1100100 | 100101 |
Color Harmonies of #BC1000
Complementary color
Monochromatic Colors of #BC1000
Black with #BC1000
Text Example
Text Example
White with #BC1000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1000; }
p { color: rgb(188,16,0); }
H1.HeaderClassName
{
color: #BC1000;
}
.AnyTagClassName
{
color: #BC1000;
}
</style>
background-color css
<style>
a { background-color: #BC1000; }
a { background-color: rgb(188,16,0); }
div.DivClassName
{
background-color: #BC1000;
}
.BgClassName
{
background-color: #BC1000;
}
</style>
border-color css
<style>
span { border-color: #BC1000; }
span { border-color: rgb(188,16,0); }
td.TdClassName
{
border-color: #BC1000;
}
.TagClassName
{
border-color: #BC1000;
}
</style>