Shades of Free Speech Red #BC1010
Tints of Free Speech Red #BC1010
RGB
CMYK
RGB Variations
Color information
#BC1010 (or 0xBC1010) is known color: Free Speech Red. HEX triplet: BC, 10 and 10. RGB value is (188,16,16). Sum of RGB (Red+Green+Blue) = 188+16+16=220 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.45% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1010 is #43EFEF. Grayscale: #434343. Windows color (decimal): -4452336 or 1052860. OLE color: 1052860.
HSL color Cylindrical-coordinate representation of color #BC1010: hue angle of 0º 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 #BC1010 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 16 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.26 |
| HSL | 0º | 0.84% | 0.4% | - |
| HSV(B) | 0º | 0.91% | 0.74% | - |
| XYZ | 21.02 | 11.1 | 1.52 | - |
| YUV | 67.43 | 98.98 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 16 | 0 | 0.91 | 0.91 | 0.26 | 0 | 0.84 | 0.4 |
| Hex | BC | 10 | 10 | 0 | 5B | 5B | 1A | 0 | 54 | 28 |
| Octal | 274 | 20 | 20 | 0 | 133 | 133 | 32 | 0 | 124 | 50 |
| Binary | 10111100 | 10000 | 10000 | 0 | 1011011 | 1011011 | 11010 | 0 | 1010100 | 101000 |
Color Harmonies of #BC1010
Complementary color
Monochromatic Colors of #BC1010
Black with #BC1010
Text Example
Text Example
White with #BC1010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1010; }
p { color: rgb(188,16,16); }
H1.HeaderClassName
{
color: #BC1010;
}
.AnyTagClassName
{
color: #BC1010;
}
</style>
background-color css
<style>
a { background-color: #BC1010; }
a { background-color: rgb(188,16,16); }
div.DivClassName
{
background-color: #BC1010;
}
.BgClassName
{
background-color: #BC1010;
}
</style>
border-color css
<style>
span { border-color: #BC1010; }
span { border-color: rgb(188,16,16); }
td.TdClassName
{
border-color: #BC1010;
}
.TagClassName
{
border-color: #BC1010;
}
</style>