Shades of Free Speech Red #BC1800
Tints of Free Speech Red #BC1800
RGB
CMYK
RGB Variations
Color information
#BC1800 (or 0xBC1800) is known color: Free Speech Red. HEX triplet: BC, 18 and 00. RGB value is (188,24,0). Sum of RGB (Red+Green+Blue) = 188+24+0=212 (28% of max value = 765). Red value is 188 (73.83% from 255 or 88.68% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1800 is #43E7FF. Grayscale: #464646. Windows color (decimal): -4450304 or 6332. OLE color: 6332.
HSL color Cylindrical-coordinate representation of color #BC1800: hue angle of 7.66º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC1800 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.26 |
| HSL | 7.66º | 1% | 0.37% | - |
| HSV(B) | 7.66º | 1% | 0.74% | - |
| XYZ | 21.07 | 11.34 | 1.08 | - |
| YUV | 70.3 | 88.33 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 0 | 0 | 0.87 | 1 | 0.26 | 7.66 | 1 | 0.37 |
| Hex | BC | 18 | 0 | 0 | 57 | 64 | 1A | 8 | 64 | 25 |
| Octal | 274 | 30 | 0 | 0 | 127 | 144 | 32 | 10 | 144 | 45 |
| Binary | 10111100 | 11000 | 0 | 0 | 1010111 | 1100100 | 11010 | 1000 | 1100100 | 100101 |
Color Harmonies of #BC1800
Complementary color
Monochromatic Colors of #BC1800
Black with #BC1800
Text Example
Text Example
White with #BC1800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1800; }
p { color: rgb(188,24,0); }
H1.HeaderClassName
{
color: #BC1800;
}
.AnyTagClassName
{
color: #BC1800;
}
</style>
background-color css
<style>
a { background-color: #BC1800; }
a { background-color: rgb(188,24,0); }
div.DivClassName
{
background-color: #BC1800;
}
.BgClassName
{
background-color: #BC1800;
}
</style>
border-color css
<style>
span { border-color: #BC1800; }
span { border-color: rgb(188,24,0); }
td.TdClassName
{
border-color: #BC1800;
}
.TagClassName
{
border-color: #BC1800;
}
</style>