Shades of Free Speech Red #BC1400
Tints of Free Speech Red #BC1400
RGB
CMYK
RGB Variations
Color information
#BC1400 (or 0xBC1400) is known color: Free Speech Red. HEX triplet: BC, 14 and 00. RGB value is (188,20,0). Sum of RGB (Red+Green+Blue) = 188+20+0=208 (27% of max value = 765). Red value is 188 (73.83% from 255 or 90.38% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1400 is #43EBFF. Grayscale: #444444. Windows color (decimal): -4451328 or 5308. OLE color: 5308.
HSL color Cylindrical-coordinate representation of color #BC1400: hue angle of 6.38º 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 #BC1400 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.26 |
| HSL | 6.38º | 1% | 0.37% | - |
| HSV(B) | 6.38º | 1% | 0.74% | - |
| XYZ | 20.99 | 11.19 | 1.05 | - |
| YUV | 67.95 | 89.66 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 0 | 0 | 0.89 | 1 | 0.26 | 6.38 | 1 | 0.37 |
| Hex | BC | 14 | 0 | 0 | 59 | 64 | 1A | 6 | 64 | 25 |
| Octal | 274 | 24 | 0 | 0 | 131 | 144 | 32 | 6 | 144 | 45 |
| Binary | 10111100 | 10100 | 0 | 0 | 1011001 | 1100100 | 11010 | 110 | 1100100 | 100101 |
Color Harmonies of #BC1400
Complementary color
Monochromatic Colors of #BC1400
Black with #BC1400
Text Example
Text Example
White with #BC1400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1400; }
p { color: rgb(188,20,0); }
H1.HeaderClassName
{
color: #BC1400;
}
.AnyTagClassName
{
color: #BC1400;
}
</style>
background-color css
<style>
a { background-color: #BC1400; }
a { background-color: rgb(188,20,0); }
div.DivClassName
{
background-color: #BC1400;
}
.BgClassName
{
background-color: #BC1400;
}
</style>
border-color css
<style>
span { border-color: #BC1400; }
span { border-color: rgb(188,20,0); }
td.TdClassName
{
border-color: #BC1400;
}
.TagClassName
{
border-color: #BC1400;
}
</style>