Shades of Free Speech Red #BC1300
Tints of Free Speech Red #BC1300
RGB
CMYK
RGB Variations
Color information
#BC1300 (or 0xBC1300) is known color: Free Speech Red. HEX triplet: BC, 13 and 00. RGB value is (188,19,0). Sum of RGB (Red+Green+Blue) = 188+19+0=207 (27% of max value = 765). Red value is 188 (73.83% from 255 or 90.82% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1300 is #43ECFF. Grayscale: #434343. Windows color (decimal): -4451584 or 5052. OLE color: 5052.
HSL color Cylindrical-coordinate representation of color #BC1300: hue angle of 6.06º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC1300 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.26 |
| HSL | 6.06º | 1% | 0.37% | - |
| HSV(B) | 6.06º | 1% | 0.74% | - |
| XYZ | 20.97 | 11.16 | 1.05 | - |
| YUV | 67.37 | 89.99 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 0 | 0 | 0.90 | 1 | 0.26 | 6.06 | 1 | 0.37 |
| Hex | BC | 13 | 0 | 0 | 5A | 64 | 1A | 6 | 64 | 25 |
| Octal | 274 | 23 | 0 | 0 | 132 | 144 | 32 | 6 | 144 | 45 |
| Binary | 10111100 | 10011 | 0 | 0 | 1011010 | 1100100 | 11010 | 110 | 1100100 | 100101 |
Color Harmonies of #BC1300
Complementary color
Monochromatic Colors of #BC1300
Black with #BC1300
Text Example
Text Example
White with #BC1300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1300; }
p { color: rgb(188,19,0); }
H1.HeaderClassName
{
color: #BC1300;
}
.AnyTagClassName
{
color: #BC1300;
}
</style>
background-color css
<style>
a { background-color: #BC1300; }
a { background-color: rgb(188,19,0); }
div.DivClassName
{
background-color: #BC1300;
}
.BgClassName
{
background-color: #BC1300;
}
</style>
border-color css
<style>
span { border-color: #BC1300; }
span { border-color: rgb(188,19,0); }
td.TdClassName
{
border-color: #BC1300;
}
.TagClassName
{
border-color: #BC1300;
}
</style>