Shades of Free Speech Red #BC1808
Tints of Free Speech Red #BC1808
RGB
CMYK
RGB Variations
Color information
#BC1808 (or 0xBC1808) is known color: Free Speech Red. HEX triplet: BC, 18 and 08. RGB value is (188,24,8). Sum of RGB (Red+Green+Blue) = 188+24+8=220 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.45% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1808 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1808 is #43E7F7. Grayscale: #474747. Windows color (decimal): -4450296 or 530620. OLE color: 530620.
HSL color Cylindrical-coordinate representation of color #BC1808: hue angle of 5.33º 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 #BC1808 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 8 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.26 |
| HSL | 5.33º | 0.92% | 0.38% | - |
| HSV(B) | 5.33º | 0.96% | 0.74% | - |
| XYZ | 21.11 | 11.36 | 1.31 | - |
| YUV | 71.21 | 92.33 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 8 | 0 | 0.87 | 0.96 | 0.26 | 5.33 | 0.92 | 0.38 |
| Hex | BC | 18 | 8 | 0 | 57 | 60 | 1A | 5 | 5C | 26 |
| Octal | 274 | 30 | 10 | 0 | 127 | 140 | 32 | 5 | 134 | 46 |
| Binary | 10111100 | 11000 | 1000 | 0 | 1010111 | 1100000 | 11010 | 101 | 1011100 | 100110 |
Color Harmonies of #BC1808
Complementary color
Monochromatic Colors of #BC1808
Black with #BC1808
Text Example
Text Example
White with #BC1808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1808; }
p { color: rgb(188,24,8); }
H1.HeaderClassName
{
color: #BC1808;
}
.AnyTagClassName
{
color: #BC1808;
}
</style>
background-color css
<style>
a { background-color: #BC1808; }
a { background-color: rgb(188,24,8); }
div.DivClassName
{
background-color: #BC1808;
}
.BgClassName
{
background-color: #BC1808;
}
</style>
border-color css
<style>
span { border-color: #BC1808; }
span { border-color: rgb(188,24,8); }
td.TdClassName
{
border-color: #BC1808;
}
.TagClassName
{
border-color: #BC1808;
}
</style>