Shades of Free Speech Red #BC1508
Tints of Free Speech Red #BC1508
RGB
CMYK
RGB Variations
Color information
#BC1508 (or 0xBC1508) is known color: Free Speech Red. HEX triplet: BC, 15 and 08. RGB value is (188,21,8). Sum of RGB (Red+Green+Blue) = 188+21+8=217 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.64% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1508 is #43EAF7. Grayscale: #454545. Windows color (decimal): -4451064 or 529852. OLE color: 529852.
HSL color Cylindrical-coordinate representation of color #BC1508: hue angle of 4.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 #BC1508 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 8 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.26 |
| HSL | 4.33º | 0.92% | 0.38% | - |
| HSV(B) | 4.33º | 0.96% | 0.74% | - |
| XYZ | 21.05 | 11.25 | 1.29 | - |
| YUV | 69.45 | 93.33 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 8 | 0 | 0.89 | 0.96 | 0.26 | 4.33 | 0.92 | 0.38 |
| Hex | BC | 15 | 8 | 0 | 59 | 60 | 1A | 4 | 5C | 26 |
| Octal | 274 | 25 | 10 | 0 | 131 | 140 | 32 | 4 | 134 | 46 |
| Binary | 10111100 | 10101 | 1000 | 0 | 1011001 | 1100000 | 11010 | 100 | 1011100 | 100110 |
Color Harmonies of #BC1508
Complementary color
Monochromatic Colors of #BC1508
Black with #BC1508
Text Example
Text Example
White with #BC1508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1508; }
p { color: rgb(188,21,8); }
H1.HeaderClassName
{
color: #BC1508;
}
.AnyTagClassName
{
color: #BC1508;
}
</style>
background-color css
<style>
a { background-color: #BC1508; }
a { background-color: rgb(188,21,8); }
div.DivClassName
{
background-color: #BC1508;
}
.BgClassName
{
background-color: #BC1508;
}
</style>
border-color css
<style>
span { border-color: #BC1508; }
span { border-color: rgb(188,21,8); }
td.TdClassName
{
border-color: #BC1508;
}
.TagClassName
{
border-color: #BC1508;
}
</style>