Shades of Free Speech Red #BC1602
Tints of Free Speech Red #BC1602
RGB
CMYK
RGB Variations
Color information
#BC1602 (or 0xBC1602) is known color: Free Speech Red. HEX triplet: BC, 16 and 02. RGB value is (188,22,2). Sum of RGB (Red+Green+Blue) = 188+22+2=212 (28% of max value = 765). Red value is 188 (73.83% from 255 or 88.68% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1602 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1602 is #43E9FD. Grayscale: #454545. Windows color (decimal): -4450814 or 136892. OLE color: 136892.
HSL color Cylindrical-coordinate representation of color #BC1602: hue angle of 6.45º 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 #BC1602 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.26 |
| HSL | 6.45º | 0.98% | 0.37% | - |
| HSV(B) | 6.45º | 0.99% | 0.74% | - |
| XYZ | 21.04 | 11.27 | 1.12 | - |
| YUV | 69.35 | 90 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 2 | 0 | 0.88 | 0.99 | 0.26 | 6.45 | 0.98 | 0.37 |
| Hex | BC | 16 | 2 | 0 | 58 | 63 | 1A | 6 | 62 | 25 |
| Octal | 274 | 26 | 2 | 0 | 130 | 143 | 32 | 6 | 142 | 45 |
| Binary | 10111100 | 10110 | 10 | 0 | 1011000 | 1100011 | 11010 | 110 | 1100010 | 100101 |
Color Harmonies of #BC1602
Complementary color
Monochromatic Colors of #BC1602
Black with #BC1602
Text Example
Text Example
White with #BC1602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1602; }
p { color: rgb(188,22,2); }
H1.HeaderClassName
{
color: #BC1602;
}
.AnyTagClassName
{
color: #BC1602;
}
</style>
background-color css
<style>
a { background-color: #BC1602; }
a { background-color: rgb(188,22,2); }
div.DivClassName
{
background-color: #BC1602;
}
.BgClassName
{
background-color: #BC1602;
}
</style>
border-color css
<style>
span { border-color: #BC1602; }
span { border-color: rgb(188,22,2); }
td.TdClassName
{
border-color: #BC1602;
}
.TagClassName
{
border-color: #BC1602;
}
</style>