Shades of Free Speech Red #BC1802
Tints of Free Speech Red #BC1802
RGB
CMYK
RGB Variations
Color information
#BC1802 (or 0xBC1802) is known color: Free Speech Red. HEX triplet: BC, 18 and 02. RGB value is (188,24,2). Sum of RGB (Red+Green+Blue) = 188+24+2=214 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.85% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1802 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1802 is #43E7FD. Grayscale: #464646. Windows color (decimal): -4450302 or 137404. OLE color: 137404.
HSL color Cylindrical-coordinate representation of color #BC1802: hue angle of 7.1º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC1802 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 2 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.26 |
| HSL | 7.1º | 0.98% | 0.37% | - |
| HSV(B) | 7.1º | 0.99% | 0.74% | - |
| XYZ | 21.08 | 11.35 | 1.14 | - |
| YUV | 70.53 | 89.33 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 2 | 0 | 0.87 | 0.99 | 0.26 | 7.1 | 0.98 | 0.37 |
| Hex | BC | 18 | 2 | 0 | 57 | 63 | 1A | 7 | 62 | 25 |
| Octal | 274 | 30 | 2 | 0 | 127 | 143 | 32 | 7 | 142 | 45 |
| Binary | 10111100 | 11000 | 10 | 0 | 1010111 | 1100011 | 11010 | 111 | 1100010 | 100101 |
Color Harmonies of #BC1802
Complementary color
Monochromatic Colors of #BC1802
Black with #BC1802
Text Example
Text Example
White with #BC1802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1802; }
p { color: rgb(188,24,2); }
H1.HeaderClassName
{
color: #BC1802;
}
.AnyTagClassName
{
color: #BC1802;
}
</style>
background-color css
<style>
a { background-color: #BC1802; }
a { background-color: rgb(188,24,2); }
div.DivClassName
{
background-color: #BC1802;
}
.BgClassName
{
background-color: #BC1802;
}
</style>
border-color css
<style>
span { border-color: #BC1802; }
span { border-color: rgb(188,24,2); }
td.TdClassName
{
border-color: #BC1802;
}
.TagClassName
{
border-color: #BC1802;
}
</style>