Shades of Free Speech Red #BC1001
Tints of Free Speech Red #BC1001
RGB
CMYK
RGB Variations
Color information
#BC1001 (or 0xBC1001) is known color: Free Speech Red. HEX triplet: BC, 10 and 01. RGB value is (188,16,1). Sum of RGB (Red+Green+Blue) = 188+16+1=205 (27% of max value = 765). Red value is 188 (73.83% from 255 or 91.71% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1001 is #43EFFE. Grayscale: #414141. Windows color (decimal): -4452351 or 69820. OLE color: 69820.
HSL color Cylindrical-coordinate representation of color #BC1001: hue angle of 4.81º 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 #BC1001 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 1 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.26 |
| HSL | 4.81º | 0.99% | 0.37% | - |
| HSV(B) | 4.81º | 0.99% | 0.74% | - |
| XYZ | 20.93 | 11.06 | 1.06 | - |
| YUV | 65.72 | 91.48 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 1 | 0 | 0.91 | 0.99 | 0.26 | 4.81 | 0.99 | 0.37 |
| Hex | BC | 10 | 1 | 0 | 5B | 63 | 1A | 5 | 63 | 25 |
| Octal | 274 | 20 | 1 | 0 | 133 | 143 | 32 | 5 | 143 | 45 |
| Binary | 10111100 | 10000 | 1 | 0 | 1011011 | 1100011 | 11010 | 101 | 1100011 | 100101 |
Color Harmonies of #BC1001
Complementary color
Monochromatic Colors of #BC1001
Black with #BC1001
Text Example
Text Example
White with #BC1001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1001; }
p { color: rgb(188,16,1); }
H1.HeaderClassName
{
color: #BC1001;
}
.AnyTagClassName
{
color: #BC1001;
}
</style>
background-color css
<style>
a { background-color: #BC1001; }
a { background-color: rgb(188,16,1); }
div.DivClassName
{
background-color: #BC1001;
}
.BgClassName
{
background-color: #BC1001;
}
</style>
border-color css
<style>
span { border-color: #BC1001; }
span { border-color: rgb(188,16,1); }
td.TdClassName
{
border-color: #BC1001;
}
.TagClassName
{
border-color: #BC1001;
}
</style>