Shades of Free Speech Red #BC1211
Tints of Free Speech Red #BC1211
RGB
CMYK
RGB Variations
Color information
#BC1211 (or 0xBC1211) is known color: Free Speech Red. HEX triplet: BC, 12 and 11. RGB value is (188,18,17). Sum of RGB (Red+Green+Blue) = 188+18+17=223 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.30% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1211 is #43EDEE. Grayscale: #444444. Windows color (decimal): -4451823 or 1118908. OLE color: 1118908.
HSL color Cylindrical-coordinate representation of color #BC1211: hue angle of 0.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1211 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 17 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.26 |
| HSL | 0.35º | 0.83% | 0.4% | - |
| HSV(B) | 0.35º | 0.91% | 0.74% | - |
| XYZ | 21.06 | 11.16 | 1.58 | - |
| YUV | 68.72 | 98.82 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 17 | 0 | 0.90 | 0.91 | 0.26 | 0.35 | 0.83 | 0.4 |
| Hex | BC | 12 | 11 | 0 | 5A | 5B | 1A | 0 | 53 | 28 |
| Octal | 274 | 22 | 21 | 0 | 132 | 133 | 32 | 0 | 123 | 50 |
| Binary | 10111100 | 10010 | 10001 | 0 | 1011010 | 1011011 | 11010 | 0 | 1010011 | 101000 |
Color Harmonies of #BC1211
Complementary color
Monochromatic Colors of #BC1211
Black with #BC1211
Text Example
Text Example
White with #BC1211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1211; }
p { color: rgb(188,18,17); }
H1.HeaderClassName
{
color: #BC1211;
}
.AnyTagClassName
{
color: #BC1211;
}
</style>
background-color css
<style>
a { background-color: #BC1211; }
a { background-color: rgb(188,18,17); }
div.DivClassName
{
background-color: #BC1211;
}
.BgClassName
{
background-color: #BC1211;
}
</style>
border-color css
<style>
span { border-color: #BC1211; }
span { border-color: rgb(188,18,17); }
td.TdClassName
{
border-color: #BC1211;
}
.TagClassName
{
border-color: #BC1211;
}
</style>