Shades of Free Speech Red #BC0601
Tints of Free Speech Red #BC0601
RGB
CMYK
RGB Variations
Color information
#BC0601 (or 0xBC0601) is known color: Free Speech Red. HEX triplet: BC, 06 and 01. RGB value is (188,6,1). Sum of RGB (Red+Green+Blue) = 188+6+1=195 (25% of max value = 765). Red value is 188 (73.83% from 255 or 96.41% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0601 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0601 is #43F9FE. Grayscale: #3C3C3C. Windows color (decimal): -4454911 or 67260. OLE color: 67260.
HSL color Cylindrical-coordinate representation of color #BC0601: hue angle of 1.6º 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 #BC0601 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 1 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.26 |
| HSL | 1.6º | 0.99% | 0.37% | - |
| HSV(B) | 1.6º | 0.99% | 0.74% | - |
| XYZ | 20.81 | 10.82 | 1.02 | - |
| YUV | 59.85 | 94.8 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 1 | 0 | 0.97 | 0.99 | 0.26 | 1.6 | 0.99 | 0.37 |
| Hex | BC | 6 | 1 | 0 | 61 | 63 | 1A | 2 | 63 | 25 |
| Octal | 274 | 6 | 1 | 0 | 141 | 143 | 32 | 2 | 143 | 45 |
| Binary | 10111100 | 110 | 1 | 0 | 1100001 | 1100011 | 11010 | 10 | 1100011 | 100101 |
Color Harmonies of #BC0601
Complementary color
Monochromatic Colors of #BC0601
Black with #BC0601
Text Example
Text Example
White with #BC0601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0601; }
p { color: rgb(188,6,1); }
H1.HeaderClassName
{
color: #BC0601;
}
.AnyTagClassName
{
color: #BC0601;
}
</style>
background-color css
<style>
a { background-color: #BC0601; }
a { background-color: rgb(188,6,1); }
div.DivClassName
{
background-color: #BC0601;
}
.BgClassName
{
background-color: #BC0601;
}
</style>
border-color css
<style>
span { border-color: #BC0601; }
span { border-color: rgb(188,6,1); }
td.TdClassName
{
border-color: #BC0601;
}
.TagClassName
{
border-color: #BC0601;
}
</style>