Shades of Free Speech Red #BC0505
Tints of Free Speech Red #BC0505
RGB
CMYK
RGB Variations
Color information
#BC0505 (or 0xBC0505) is known color: Free Speech Red. HEX triplet: BC, 05 and 05. RGB value is (188,5,5). Sum of RGB (Red+Green+Blue) = 188+5+5=198 (26% of max value = 765). Red value is 188 (73.83% from 255 or 94.95% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0505 is #43FAFA. Grayscale: #3B3B3B. Windows color (decimal): -4455163 or 329148. OLE color: 329148.
HSL color Cylindrical-coordinate representation of color #BC0505: hue angle of 0º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0505 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 5 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.26 |
| HSL | 0º | 0.95% | 0.38% | - |
| HSV(B) | 0º | 0.97% | 0.74% | - |
| XYZ | 20.82 | 10.81 | 1.13 | - |
| YUV | 59.72 | 97.13 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 5 | 0 | 0.97 | 0.97 | 0.26 | 0 | 0.95 | 0.38 |
| Hex | BC | 5 | 5 | 0 | 61 | 61 | 1A | 0 | 5F | 26 |
| Octal | 274 | 5 | 5 | 0 | 141 | 141 | 32 | 0 | 137 | 46 |
| Binary | 10111100 | 101 | 101 | 0 | 1100001 | 1100001 | 11010 | 0 | 1011111 | 100110 |
Color Harmonies of #BC0505
Complementary color
Monochromatic Colors of #BC0505
Black with #BC0505
Text Example
Text Example
White with #BC0505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0505; }
p { color: rgb(188,5,5); }
H1.HeaderClassName
{
color: #BC0505;
}
.AnyTagClassName
{
color: #BC0505;
}
</style>
background-color css
<style>
a { background-color: #BC0505; }
a { background-color: rgb(188,5,5); }
div.DivClassName
{
background-color: #BC0505;
}
.BgClassName
{
background-color: #BC0505;
}
</style>
border-color css
<style>
span { border-color: #BC0505; }
span { border-color: rgb(188,5,5); }
td.TdClassName
{
border-color: #BC0505;
}
.TagClassName
{
border-color: #BC0505;
}
</style>