Shades of Free Speech Red #BC0B01
Tints of Free Speech Red #BC0B01
RGB
CMYK
RGB Variations
Color information
#BC0B01 (or 0xBC0B01) is known color: Free Speech Red. HEX triplet: BC, 0B and 01. RGB value is (188,11,1). Sum of RGB (Red+Green+Blue) = 188+11+1=200 (26% of max value = 765). Red value is 188 (73.83% from 255 or 94% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0B01 is #43F4FE. Grayscale: #3F3F3F. Windows color (decimal): -4453631 or 68540. OLE color: 68540.
HSL color Cylindrical-coordinate representation of color #BC0B01: hue angle of 3.21º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0B01 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.26 |
| HSL | 3.21º | 0.99% | 0.37% | - |
| HSV(B) | 3.21º | 0.99% | 0.74% | - |
| XYZ | 20.86 | 10.93 | 1.04 | - |
| YUV | 62.78 | 93.14 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 1 | 0 | 0.94 | 0.99 | 0.26 | 3.21 | 0.99 | 0.37 |
| Hex | BC | B | 1 | 0 | 5E | 63 | 1A | 3 | 63 | 25 |
| Octal | 274 | 13 | 1 | 0 | 136 | 143 | 32 | 3 | 143 | 45 |
| Binary | 10111100 | 1011 | 1 | 0 | 1011110 | 1100011 | 11010 | 11 | 1100011 | 100101 |
Color Harmonies of #BC0B01
Complementary color
Monochromatic Colors of #BC0B01
Black with #BC0B01
Text Example
Text Example
White with #BC0B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B01; }
p { color: rgb(188,11,1); }
H1.HeaderClassName
{
color: #BC0B01;
}
.AnyTagClassName
{
color: #BC0B01;
}
</style>
background-color css
<style>
a { background-color: #BC0B01; }
a { background-color: rgb(188,11,1); }
div.DivClassName
{
background-color: #BC0B01;
}
.BgClassName
{
background-color: #BC0B01;
}
</style>
border-color css
<style>
span { border-color: #BC0B01; }
span { border-color: rgb(188,11,1); }
td.TdClassName
{
border-color: #BC0B01;
}
.TagClassName
{
border-color: #BC0B01;
}
</style>