Shades of Free Speech Red #BC120E
Tints of Free Speech Red #BC120E
RGB
CMYK
RGB Variations
Color information
#BC120E (or 0xBC120E) is known color: Free Speech Red. HEX triplet: BC, 12 and 0E. RGB value is (188,18,14). Sum of RGB (Red+Green+Blue) = 188+18+14=220 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.45% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 188 - color contains mainly: red. Hex color #BC120E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC120E is #43EDF1. Grayscale: #444444. Windows color (decimal): -4451826 or 922300. OLE color: 922300.
HSL color Cylindrical-coordinate representation of color #BC120E: hue angle of 1.38º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC120E is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 14 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.26 |
| HSL | 1.38º | 0.86% | 0.4% | - |
| HSV(B) | 1.38º | 0.93% | 0.74% | - |
| XYZ | 21.03 | 11.16 | 1.46 | - |
| YUV | 68.37 | 97.32 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 14 | 0 | 0.90 | 0.93 | 0.26 | 1.38 | 0.86 | 0.4 |
| Hex | BC | 12 | E | 0 | 5A | 5D | 1A | 1 | 56 | 28 |
| Octal | 274 | 22 | 16 | 0 | 132 | 135 | 32 | 1 | 126 | 50 |
| Binary | 10111100 | 10010 | 1110 | 0 | 1011010 | 1011101 | 11010 | 1 | 1010110 | 101000 |
Color Harmonies of #BC120E
Complementary color
Monochromatic Colors of #BC120E
Black with #BC120E
Text Example
Text Example
White with #BC120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC120E; }
p { color: rgb(188,18,14); }
H1.HeaderClassName
{
color: #BC120E;
}
.AnyTagClassName
{
color: #BC120E;
}
</style>
background-color css
<style>
a { background-color: #BC120E; }
a { background-color: rgb(188,18,14); }
div.DivClassName
{
background-color: #BC120E;
}
.BgClassName
{
background-color: #BC120E;
}
</style>
border-color css
<style>
span { border-color: #BC120E; }
span { border-color: rgb(188,18,14); }
td.TdClassName
{
border-color: #BC120E;
}
.TagClassName
{
border-color: #BC120E;
}
</style>