Shades of Free Speech Red #BC150C
Tints of Free Speech Red #BC150C
RGB
CMYK
RGB Variations
Color information
#BC150C (or 0xBC150C) is known color: Free Speech Red. HEX triplet: BC, 15 and 0C. RGB value is (188,21,12). Sum of RGB (Red+Green+Blue) = 188+21+12=221 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.07% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 188 - color contains mainly: red. Hex color #BC150C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC150C is #43EAF3. Grayscale: #464646. Windows color (decimal): -4451060 or 791996. OLE color: 791996.
HSL color Cylindrical-coordinate representation of color #BC150C: hue angle of 3.07º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC150C is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 12 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.26 |
| HSL | 3.07º | 0.88% | 0.39% | - |
| HSV(B) | 3.07º | 0.94% | 0.74% | - |
| XYZ | 21.07 | 11.25 | 1.41 | - |
| YUV | 69.91 | 95.33 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 12 | 0 | 0.89 | 0.94 | 0.26 | 3.07 | 0.88 | 0.39 |
| Hex | BC | 15 | C | 0 | 59 | 5E | 1A | 3 | 58 | 27 |
| Octal | 274 | 25 | 14 | 0 | 131 | 136 | 32 | 3 | 130 | 47 |
| Binary | 10111100 | 10101 | 1100 | 0 | 1011001 | 1011110 | 11010 | 11 | 1011000 | 100111 |
Color Harmonies of #BC150C
Complementary color
Monochromatic Colors of #BC150C
Black with #BC150C
Text Example
Text Example
White with #BC150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC150C; }
p { color: rgb(188,21,12); }
H1.HeaderClassName
{
color: #BC150C;
}
.AnyTagClassName
{
color: #BC150C;
}
</style>
background-color css
<style>
a { background-color: #BC150C; }
a { background-color: rgb(188,21,12); }
div.DivClassName
{
background-color: #BC150C;
}
.BgClassName
{
background-color: #BC150C;
}
</style>
border-color css
<style>
span { border-color: #BC150C; }
span { border-color: rgb(188,21,12); }
td.TdClassName
{
border-color: #BC150C;
}
.TagClassName
{
border-color: #BC150C;
}
</style>