Shades of Free Speech Red #BC1C04
Tints of Free Speech Red #BC1C04
RGB
CMYK
RGB Variations
Color information
#BC1C04 (or 0xBC1C04) is known color: Free Speech Red. HEX triplet: BC, 1C and 04. RGB value is (188,28,4). Sum of RGB (Red+Green+Blue) = 188+28+4=220 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.45% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1C04 is #43E3FB. Grayscale: #494949. Windows color (decimal): -4449276 or 269500. OLE color: 269500.
HSL color Cylindrical-coordinate representation of color #BC1C04: hue angle of 7.83º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC1C04 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 28 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.26 |
| HSL | 7.83º | 0.96% | 0.38% | - |
| HSV(B) | 7.83º | 0.98% | 0.74% | - |
| XYZ | 21.18 | 11.53 | 1.22 | - |
| YUV | 73.1 | 89.01 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 4 | 0 | 0.85 | 0.98 | 0.26 | 7.83 | 0.96 | 0.38 |
| Hex | BC | 1C | 4 | 0 | 55 | 62 | 1A | 8 | 60 | 26 |
| Octal | 274 | 34 | 4 | 0 | 125 | 142 | 32 | 10 | 140 | 46 |
| Binary | 10111100 | 11100 | 100 | 0 | 1010101 | 1100010 | 11010 | 1000 | 1100000 | 100110 |
Color Harmonies of #BC1C04
Complementary color
Monochromatic Colors of #BC1C04
Black with #BC1C04
Text Example
Text Example
White with #BC1C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1C04; }
p { color: rgb(188,28,4); }
H1.HeaderClassName
{
color: #BC1C04;
}
.AnyTagClassName
{
color: #BC1C04;
}
</style>
background-color css
<style>
a { background-color: #BC1C04; }
a { background-color: rgb(188,28,4); }
div.DivClassName
{
background-color: #BC1C04;
}
.BgClassName
{
background-color: #BC1C04;
}
</style>
border-color css
<style>
span { border-color: #BC1C04; }
span { border-color: rgb(188,28,4); }
td.TdClassName
{
border-color: #BC1C04;
}
.TagClassName
{
border-color: #BC1C04;
}
</style>