Shades of Free Speech Red #BC1608
Tints of Free Speech Red #BC1608
RGB
CMYK
RGB Variations
Color information
#BC1608 (or 0xBC1608) is known color: Free Speech Red. HEX triplet: BC, 16 and 08. RGB value is (188,22,8). Sum of RGB (Red+Green+Blue) = 188+22+8=218 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.24% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1608 is #43E9F7. Grayscale: #464646. Windows color (decimal): -4450808 or 530108. OLE color: 530108.
HSL color Cylindrical-coordinate representation of color #BC1608: hue angle of 4.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC1608 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 8 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.26 |
| HSL | 4.67º | 0.92% | 0.38% | - |
| HSV(B) | 4.67º | 0.96% | 0.74% | - |
| XYZ | 21.07 | 11.28 | 1.3 | - |
| YUV | 70.04 | 93 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 8 | 0 | 0.88 | 0.96 | 0.26 | 4.67 | 0.92 | 0.38 |
| Hex | BC | 16 | 8 | 0 | 58 | 60 | 1A | 5 | 5C | 26 |
| Octal | 274 | 26 | 10 | 0 | 130 | 140 | 32 | 5 | 134 | 46 |
| Binary | 10111100 | 10110 | 1000 | 0 | 1011000 | 1100000 | 11010 | 101 | 1011100 | 100110 |
Color Harmonies of #BC1608
Complementary color
Monochromatic Colors of #BC1608
Black with #BC1608
Text Example
Text Example
White with #BC1608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1608; }
p { color: rgb(188,22,8); }
H1.HeaderClassName
{
color: #BC1608;
}
.AnyTagClassName
{
color: #BC1608;
}
</style>
background-color css
<style>
a { background-color: #BC1608; }
a { background-color: rgb(188,22,8); }
div.DivClassName
{
background-color: #BC1608;
}
.BgClassName
{
background-color: #BC1608;
}
</style>
border-color css
<style>
span { border-color: #BC1608; }
span { border-color: rgb(188,22,8); }
td.TdClassName
{
border-color: #BC1608;
}
.TagClassName
{
border-color: #BC1608;
}
</style>