Shades of Free Speech Red #BC1210
Tints of Free Speech Red #BC1210
RGB
CMYK
RGB Variations
Color information
#BC1210 (or 0xBC1210) is known color: Free Speech Red. HEX triplet: BC, 12 and 10. RGB value is (188,18,16). Sum of RGB (Red+Green+Blue) = 188+18+16=222 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.68% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1210 is #43EDEF. Grayscale: #444444. Windows color (decimal): -4451824 or 1053372. OLE color: 1053372.
HSL color Cylindrical-coordinate representation of color #BC1210: hue angle of 0.7º degrees, saturation: 0.84, 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 #BC1210 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 16 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.26 |
| HSL | 0.7º | 0.84% | 0.4% | - |
| HSV(B) | 0.7º | 0.91% | 0.74% | - |
| XYZ | 21.05 | 11.16 | 1.54 | - |
| YUV | 68.6 | 98.32 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 16 | 0 | 0.90 | 0.91 | 0.26 | 0.7 | 0.84 | 0.4 |
| Hex | BC | 12 | 10 | 0 | 5A | 5B | 1A | 1 | 54 | 28 |
| Octal | 274 | 22 | 20 | 0 | 132 | 133 | 32 | 1 | 124 | 50 |
| Binary | 10111100 | 10010 | 10000 | 0 | 1011010 | 1011011 | 11010 | 1 | 1010100 | 101000 |
Color Harmonies of #BC1210
Complementary color
Monochromatic Colors of #BC1210
Black with #BC1210
Text Example
Text Example
White with #BC1210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1210; }
p { color: rgb(188,18,16); }
H1.HeaderClassName
{
color: #BC1210;
}
.AnyTagClassName
{
color: #BC1210;
}
</style>
background-color css
<style>
a { background-color: #BC1210; }
a { background-color: rgb(188,18,16); }
div.DivClassName
{
background-color: #BC1210;
}
.BgClassName
{
background-color: #BC1210;
}
</style>
border-color css
<style>
span { border-color: #BC1210; }
span { border-color: rgb(188,18,16); }
td.TdClassName
{
border-color: #BC1210;
}
.TagClassName
{
border-color: #BC1210;
}
</style>