Shades of Free Speech Red #BC0B07
Tints of Free Speech Red #BC0B07
RGB
CMYK
RGB Variations
Color information
#BC0B07 (or 0xBC0B07) is known color: Free Speech Red. HEX triplet: BC, 0B and 07. RGB value is (188,11,7). Sum of RGB (Red+Green+Blue) = 188+11+7=206 (27% of max value = 765). Red value is 188 (73.83% from 255 or 91.26% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0B07 is #43F4F8. Grayscale: #3F3F3F. Windows color (decimal): -4453625 or 461756. OLE color: 461756.
HSL color Cylindrical-coordinate representation of color #BC0B07: hue angle of 1.33º degrees, saturation: 0.93, 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 #BC0B07 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 7 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.26 |
| HSL | 1.33º | 0.93% | 0.38% | - |
| HSV(B) | 1.33º | 0.96% | 0.74% | - |
| XYZ | 20.9 | 10.95 | 1.21 | - |
| YUV | 63.47 | 96.14 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 7 | 0 | 0.94 | 0.96 | 0.26 | 1.33 | 0.93 | 0.38 |
| Hex | BC | B | 7 | 0 | 5E | 60 | 1A | 1 | 5D | 26 |
| Octal | 274 | 13 | 7 | 0 | 136 | 140 | 32 | 1 | 135 | 46 |
| Binary | 10111100 | 1011 | 111 | 0 | 1011110 | 1100000 | 11010 | 1 | 1011101 | 100110 |
Color Harmonies of #BC0B07
Complementary color
Monochromatic Colors of #BC0B07
Black with #BC0B07
Text Example
Text Example
White with #BC0B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B07; }
p { color: rgb(188,11,7); }
H1.HeaderClassName
{
color: #BC0B07;
}
.AnyTagClassName
{
color: #BC0B07;
}
</style>
background-color css
<style>
a { background-color: #BC0B07; }
a { background-color: rgb(188,11,7); }
div.DivClassName
{
background-color: #BC0B07;
}
.BgClassName
{
background-color: #BC0B07;
}
</style>
border-color css
<style>
span { border-color: #BC0B07; }
span { border-color: rgb(188,11,7); }
td.TdClassName
{
border-color: #BC0B07;
}
.TagClassName
{
border-color: #BC0B07;
}
</style>