Shades of Free Speech Red #BC1100
Tints of Free Speech Red #BC1100
RGB
CMYK
RGB Variations
Color information
#BC1100 (or 0xBC1100) is known color: Free Speech Red. HEX triplet: BC, 11 and 00. RGB value is (188,17,0). Sum of RGB (Red+Green+Blue) = 188+17+0=205 (27% of max value = 765). Red value is 188 (73.83% from 255 or 91.71% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1100 is #43EEFF. Grayscale: #424242. Windows color (decimal): -4452096 or 4540. OLE color: 4540.
HSL color Cylindrical-coordinate representation of color #BC1100: hue angle of 5.43º 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 #BC1100 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.26 |
| HSL | 5.43º | 1% | 0.37% | - |
| HSV(B) | 5.43º | 1% | 0.74% | - |
| XYZ | 20.94 | 11.09 | 1.04 | - |
| YUV | 66.19 | 90.65 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 0 | 0 | 0.91 | 1 | 0.26 | 5.43 | 1 | 0.37 |
| Hex | BC | 11 | 0 | 0 | 5B | 64 | 1A | 5 | 64 | 25 |
| Octal | 274 | 21 | 0 | 0 | 133 | 144 | 32 | 5 | 144 | 45 |
| Binary | 10111100 | 10001 | 0 | 0 | 1011011 | 1100100 | 11010 | 101 | 1100100 | 100101 |
Color Harmonies of #BC1100
Complementary color
Monochromatic Colors of #BC1100
Black with #BC1100
Text Example
Text Example
White with #BC1100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1100; }
p { color: rgb(188,17,0); }
H1.HeaderClassName
{
color: #BC1100;
}
.AnyTagClassName
{
color: #BC1100;
}
</style>
background-color css
<style>
a { background-color: #BC1100; }
a { background-color: rgb(188,17,0); }
div.DivClassName
{
background-color: #BC1100;
}
.BgClassName
{
background-color: #BC1100;
}
</style>
border-color css
<style>
span { border-color: #BC1100; }
span { border-color: rgb(188,17,0); }
td.TdClassName
{
border-color: #BC1100;
}
.TagClassName
{
border-color: #BC1100;
}
</style>