Shades of Free Speech Red #BC0C09
Tints of Free Speech Red #BC0C09
RGB
CMYK
RGB Variations
Color information
#BC0C09 (or 0xBC0C09) is known color: Free Speech Red. HEX triplet: BC, 0C and 09. RGB value is (188,12,9). Sum of RGB (Red+Green+Blue) = 188+12+9=209 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.95% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0C09 is #43F3F6. Grayscale: #404040. Windows color (decimal): -4453367 or 593084. OLE color: 593084.
HSL color Cylindrical-coordinate representation of color #BC0C09: hue angle of 1.01º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0C09 is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 9 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.26 |
| HSL | 1.01º | 0.91% | 0.39% | - |
| HSV(B) | 1.01º | 0.95% | 0.74% | - |
| XYZ | 20.92 | 10.97 | 1.27 | - |
| YUV | 64.28 | 96.81 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 9 | 0 | 0.94 | 0.95 | 0.26 | 1.01 | 0.91 | 0.39 |
| Hex | BC | C | 9 | 0 | 5E | 5F | 1A | 1 | 5B | 27 |
| Octal | 274 | 14 | 11 | 0 | 136 | 137 | 32 | 1 | 133 | 47 |
| Binary | 10111100 | 1100 | 1001 | 0 | 1011110 | 1011111 | 11010 | 1 | 1011011 | 100111 |
Color Harmonies of #BC0C09
Complementary color
Monochromatic Colors of #BC0C09
Black with #BC0C09
Text Example
Text Example
White with #BC0C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C09; }
p { color: rgb(188,12,9); }
H1.HeaderClassName
{
color: #BC0C09;
}
.AnyTagClassName
{
color: #BC0C09;
}
</style>
background-color css
<style>
a { background-color: #BC0C09; }
a { background-color: rgb(188,12,9); }
div.DivClassName
{
background-color: #BC0C09;
}
.BgClassName
{
background-color: #BC0C09;
}
</style>
border-color css
<style>
span { border-color: #BC0C09; }
span { border-color: rgb(188,12,9); }
td.TdClassName
{
border-color: #BC0C09;
}
.TagClassName
{
border-color: #BC0C09;
}
</style>