Shades of Free Speech Red #BC1109
Tints of Free Speech Red #BC1109
RGB
CMYK
RGB Variations
Color information
#BC1109 (or 0xBC1109) is known color: Free Speech Red. HEX triplet: BC, 11 and 09. RGB value is (188,17,9). Sum of RGB (Red+Green+Blue) = 188+17+9=214 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.85% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1109 is #43EEF6. Grayscale: #434343. Windows color (decimal): -4452087 or 594364. OLE color: 594364.
HSL color Cylindrical-coordinate representation of color #BC1109: hue angle of 2.68º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC1109 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 9 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.26 |
| HSL | 2.68º | 0.91% | 0.39% | - |
| HSV(B) | 2.68º | 0.95% | 0.74% | - |
| XYZ | 20.99 | 11.11 | 1.3 | - |
| YUV | 67.22 | 95.15 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 9 | 0 | 0.91 | 0.95 | 0.26 | 2.68 | 0.91 | 0.39 |
| Hex | BC | 11 | 9 | 0 | 5B | 5F | 1A | 3 | 5B | 27 |
| Octal | 274 | 21 | 11 | 0 | 133 | 137 | 32 | 3 | 133 | 47 |
| Binary | 10111100 | 10001 | 1001 | 0 | 1011011 | 1011111 | 11010 | 11 | 1011011 | 100111 |
Color Harmonies of #BC1109
Complementary color
Monochromatic Colors of #BC1109
Black with #BC1109
Text Example
Text Example
White with #BC1109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1109; }
p { color: rgb(188,17,9); }
H1.HeaderClassName
{
color: #BC1109;
}
.AnyTagClassName
{
color: #BC1109;
}
</style>
background-color css
<style>
a { background-color: #BC1109; }
a { background-color: rgb(188,17,9); }
div.DivClassName
{
background-color: #BC1109;
}
.BgClassName
{
background-color: #BC1109;
}
</style>
border-color css
<style>
span { border-color: #BC1109; }
span { border-color: rgb(188,17,9); }
td.TdClassName
{
border-color: #BC1109;
}
.TagClassName
{
border-color: #BC1109;
}
</style>