Shades of Free Speech Red #BC1310
Tints of Free Speech Red #BC1310
RGB
CMYK
RGB Variations
Color information
#BC1310 (or 0xBC1310) is known color: Free Speech Red. HEX triplet: BC, 13 and 10. RGB value is (188,19,16). Sum of RGB (Red+Green+Blue) = 188+19+16=223 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.30% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1310 is #43ECEF. Grayscale: #454545. Windows color (decimal): -4451568 or 1053628. OLE color: 1053628.
HSL color Cylindrical-coordinate representation of color #BC1310: hue angle of 1.05º 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 #BC1310 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 16 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.26 |
| HSL | 1.05º | 0.84% | 0.4% | - |
| HSV(B) | 1.05º | 0.91% | 0.74% | - |
| XYZ | 21.07 | 11.19 | 1.54 | - |
| YUV | 69.19 | 97.99 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 16 | 0 | 0.90 | 0.91 | 0.26 | 1.05 | 0.84 | 0.4 |
| Hex | BC | 13 | 10 | 0 | 5A | 5B | 1A | 1 | 54 | 28 |
| Octal | 274 | 23 | 20 | 0 | 132 | 133 | 32 | 1 | 124 | 50 |
| Binary | 10111100 | 10011 | 10000 | 0 | 1011010 | 1011011 | 11010 | 1 | 1010100 | 101000 |
Color Harmonies of #BC1310
Complementary color
Monochromatic Colors of #BC1310
Black with #BC1310
Text Example
Text Example
White with #BC1310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1310; }
p { color: rgb(188,19,16); }
H1.HeaderClassName
{
color: #BC1310;
}
.AnyTagClassName
{
color: #BC1310;
}
</style>
background-color css
<style>
a { background-color: #BC1310; }
a { background-color: rgb(188,19,16); }
div.DivClassName
{
background-color: #BC1310;
}
.BgClassName
{
background-color: #BC1310;
}
</style>
border-color css
<style>
span { border-color: #BC1310; }
span { border-color: rgb(188,19,16); }
td.TdClassName
{
border-color: #BC1310;
}
.TagClassName
{
border-color: #BC1310;
}
</style>