Shades of Free Speech Red #BC0A00
Tints of Free Speech Red #BC0A00
RGB
CMYK
RGB Variations
Color information
#BC0A00 (or 0xBC0A00) is known color: Free Speech Red. HEX triplet: BC, 0A and 00. RGB value is (188,10,0). Sum of RGB (Red+Green+Blue) = 188+10+0=198 (26% of max value = 765). Red value is 188 (73.83% from 255 or 94.95% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0A00 is #43F5FF. Grayscale: #3E3E3E. Windows color (decimal): -4453888 or 2748. OLE color: 2748.
HSL color Cylindrical-coordinate representation of color #BC0A00: hue angle of 3.19º 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 #BC0A00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 10 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.26 |
| HSL | 3.19º | 1% | 0.37% | - |
| HSV(B) | 3.19º | 1% | 0.74% | - |
| XYZ | 20.85 | 10.91 | 1.01 | - |
| YUV | 62.08 | 92.97 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 0 | 0 | 0.95 | 1 | 0.26 | 3.19 | 1 | 0.37 |
| Hex | BC | A | 0 | 0 | 5F | 64 | 1A | 3 | 64 | 25 |
| Octal | 274 | 12 | 0 | 0 | 137 | 144 | 32 | 3 | 144 | 45 |
| Binary | 10111100 | 1010 | 0 | 0 | 1011111 | 1100100 | 11010 | 11 | 1100100 | 100101 |
Color Harmonies of #BC0A00
Complementary color
Monochromatic Colors of #BC0A00
Black with #BC0A00
Text Example
Text Example
White with #BC0A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0A00; }
p { color: rgb(188,10,0); }
H1.HeaderClassName
{
color: #BC0A00;
}
.AnyTagClassName
{
color: #BC0A00;
}
</style>
background-color css
<style>
a { background-color: #BC0A00; }
a { background-color: rgb(188,10,0); }
div.DivClassName
{
background-color: #BC0A00;
}
.BgClassName
{
background-color: #BC0A00;
}
</style>
border-color css
<style>
span { border-color: #BC0A00; }
span { border-color: rgb(188,10,0); }
td.TdClassName
{
border-color: #BC0A00;
}
.TagClassName
{
border-color: #BC0A00;
}
</style>