Shades of Free Speech Red #BC1102
Tints of Free Speech Red #BC1102
RGB
CMYK
RGB Variations
Color information
#BC1102 (or 0xBC1102) is known color: Free Speech Red. HEX triplet: BC, 11 and 02. RGB value is (188,17,2). Sum of RGB (Red+Green+Blue) = 188+17+2=207 (27% of max value = 765). Red value is 188 (73.83% from 255 or 90.82% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1102 is #43EEFD. Grayscale: #424242. Windows color (decimal): -4452094 or 135612. OLE color: 135612.
HSL color Cylindrical-coordinate representation of color #BC1102: hue angle of 4.84º 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 #BC1102 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.26 |
| HSL | 4.84º | 0.98% | 0.37% | - |
| HSV(B) | 4.84º | 0.99% | 0.74% | - |
| XYZ | 20.95 | 11.1 | 1.1 | - |
| YUV | 66.42 | 91.65 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 2 | 0 | 0.91 | 0.99 | 0.26 | 4.84 | 0.98 | 0.37 |
| Hex | BC | 11 | 2 | 0 | 5B | 63 | 1A | 5 | 62 | 25 |
| Octal | 274 | 21 | 2 | 0 | 133 | 143 | 32 | 5 | 142 | 45 |
| Binary | 10111100 | 10001 | 10 | 0 | 1011011 | 1100011 | 11010 | 101 | 1100010 | 100101 |
Color Harmonies of #BC1102
Complementary color
Monochromatic Colors of #BC1102
Black with #BC1102
Text Example
Text Example
White with #BC1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1102; }
p { color: rgb(188,17,2); }
H1.HeaderClassName
{
color: #BC1102;
}
.AnyTagClassName
{
color: #BC1102;
}
</style>
background-color css
<style>
a { background-color: #BC1102; }
a { background-color: rgb(188,17,2); }
div.DivClassName
{
background-color: #BC1102;
}
.BgClassName
{
background-color: #BC1102;
}
</style>
border-color css
<style>
span { border-color: #BC1102; }
span { border-color: rgb(188,17,2); }
td.TdClassName
{
border-color: #BC1102;
}
.TagClassName
{
border-color: #BC1102;
}
</style>