Shades of Free Speech Red #BC160B
Tints of Free Speech Red #BC160B
RGB
CMYK
RGB Variations
Color information
#BC160B (or 0xBC160B) is known color: Free Speech Red. HEX triplet: BC, 16 and 0B. RGB value is (188,22,11). Sum of RGB (Red+Green+Blue) = 188+22+11=221 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.07% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 188 - color contains mainly: red. Hex color #BC160B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC160B is #43E9F4. Grayscale: #464646. Windows color (decimal): -4450805 or 726716. OLE color: 726716.
HSL color Cylindrical-coordinate representation of color #BC160B: hue angle of 3.73º degrees, saturation: 0.89, 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 #BC160B is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 11 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.26 |
| HSL | 3.73º | 0.89% | 0.39% | - |
| HSV(B) | 3.73º | 0.94% | 0.74% | - |
| XYZ | 21.09 | 11.29 | 1.38 | - |
| YUV | 70.38 | 94.5 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 11 | 0 | 0.88 | 0.94 | 0.26 | 3.73 | 0.89 | 0.39 |
| Hex | BC | 16 | B | 0 | 58 | 5E | 1A | 4 | 59 | 27 |
| Octal | 274 | 26 | 13 | 0 | 130 | 136 | 32 | 4 | 131 | 47 |
| Binary | 10111100 | 10110 | 1011 | 0 | 1011000 | 1011110 | 11010 | 100 | 1011001 | 100111 |
Color Harmonies of #BC160B
Complementary color
Monochromatic Colors of #BC160B
Black with #BC160B
Text Example
Text Example
White with #BC160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC160B; }
p { color: rgb(188,22,11); }
H1.HeaderClassName
{
color: #BC160B;
}
.AnyTagClassName
{
color: #BC160B;
}
</style>
background-color css
<style>
a { background-color: #BC160B; }
a { background-color: rgb(188,22,11); }
div.DivClassName
{
background-color: #BC160B;
}
.BgClassName
{
background-color: #BC160B;
}
</style>
border-color css
<style>
span { border-color: #BC160B; }
span { border-color: rgb(188,22,11); }
td.TdClassName
{
border-color: #BC160B;
}
.TagClassName
{
border-color: #BC160B;
}
</style>