Shades of Free Speech Red #BC120F
Tints of Free Speech Red #BC120F
RGB
CMYK
RGB Variations
Color information
#BC120F (or 0xBC120F) is known color: Free Speech Red. HEX triplet: BC, 12 and 0F. RGB value is (188,18,15). Sum of RGB (Red+Green+Blue) = 188+18+15=221 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.07% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 188 - color contains mainly: red. Hex color #BC120F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC120F is #43EDF0. Grayscale: #444444. Windows color (decimal): -4451825 or 987836. OLE color: 987836.
HSL color Cylindrical-coordinate representation of color #BC120F: hue angle of 1.04º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC120F is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 15 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.26 |
| HSL | 1.04º | 0.85% | 0.4% | - |
| HSV(B) | 1.04º | 0.92% | 0.74% | - |
| XYZ | 21.04 | 11.16 | 1.5 | - |
| YUV | 68.49 | 97.82 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 15 | 0 | 0.90 | 0.92 | 0.26 | 1.04 | 0.85 | 0.4 |
| Hex | BC | 12 | F | 0 | 5A | 5C | 1A | 1 | 55 | 28 |
| Octal | 274 | 22 | 17 | 0 | 132 | 134 | 32 | 1 | 125 | 50 |
| Binary | 10111100 | 10010 | 1111 | 0 | 1011010 | 1011100 | 11010 | 1 | 1010101 | 101000 |
Color Harmonies of #BC120F
Complementary color
Monochromatic Colors of #BC120F
Black with #BC120F
Text Example
Text Example
White with #BC120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC120F; }
p { color: rgb(188,18,15); }
H1.HeaderClassName
{
color: #BC120F;
}
.AnyTagClassName
{
color: #BC120F;
}
</style>
background-color css
<style>
a { background-color: #BC120F; }
a { background-color: rgb(188,18,15); }
div.DivClassName
{
background-color: #BC120F;
}
.BgClassName
{
background-color: #BC120F;
}
</style>
border-color css
<style>
span { border-color: #BC120F; }
span { border-color: rgb(188,18,15); }
td.TdClassName
{
border-color: #BC120F;
}
.TagClassName
{
border-color: #BC120F;
}
</style>