Shades of Free Speech Red #BC1402
Tints of Free Speech Red #BC1402
RGB
CMYK
RGB Variations
Color information
#BC1402 (or 0xBC1402) is known color: Free Speech Red. HEX triplet: BC, 14 and 02. RGB value is (188,20,2). Sum of RGB (Red+Green+Blue) = 188+20+2=210 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.52% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1402 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1402 is #43EBFD. Grayscale: #444444. Windows color (decimal): -4451326 or 136380. OLE color: 136380.
HSL color Cylindrical-coordinate representation of color #BC1402: hue angle of 5.81º 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 #BC1402 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.26 |
| HSL | 5.81º | 0.98% | 0.37% | - |
| HSV(B) | 5.81º | 0.99% | 0.74% | - |
| XYZ | 21 | 11.2 | 1.11 | - |
| YUV | 68.18 | 90.66 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 2 | 0 | 0.89 | 0.99 | 0.26 | 5.81 | 0.98 | 0.37 |
| Hex | BC | 14 | 2 | 0 | 59 | 63 | 1A | 6 | 62 | 25 |
| Octal | 274 | 24 | 2 | 0 | 131 | 143 | 32 | 6 | 142 | 45 |
| Binary | 10111100 | 10100 | 10 | 0 | 1011001 | 1100011 | 11010 | 110 | 1100010 | 100101 |
Color Harmonies of #BC1402
Complementary color
Monochromatic Colors of #BC1402
Black with #BC1402
Text Example
Text Example
White with #BC1402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1402; }
p { color: rgb(188,20,2); }
H1.HeaderClassName
{
color: #BC1402;
}
.AnyTagClassName
{
color: #BC1402;
}
</style>
background-color css
<style>
a { background-color: #BC1402; }
a { background-color: rgb(188,20,2); }
div.DivClassName
{
background-color: #BC1402;
}
.BgClassName
{
background-color: #BC1402;
}
</style>
border-color css
<style>
span { border-color: #BC1402; }
span { border-color: rgb(188,20,2); }
td.TdClassName
{
border-color: #BC1402;
}
.TagClassName
{
border-color: #BC1402;
}
</style>