Shades of Free Speech Red #BC110C
Tints of Free Speech Red #BC110C
RGB
CMYK
RGB Variations
Color information
#BC110C (or 0xBC110C) is known color: Free Speech Red. HEX triplet: BC, 11 and 0C. RGB value is (188,17,12). Sum of RGB (Red+Green+Blue) = 188+17+12=217 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.64% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 188 - color contains mainly: red. Hex color #BC110C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC110C is #43EEF3. Grayscale: #434343. Windows color (decimal): -4452084 or 790972. OLE color: 790972.
HSL color Cylindrical-coordinate representation of color #BC110C: hue angle of 1.7º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC110C is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 12 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.26 |
| HSL | 1.7º | 0.88% | 0.39% | - |
| HSV(B) | 1.7º | 0.94% | 0.74% | - |
| XYZ | 21.01 | 11.12 | 1.39 | - |
| YUV | 67.56 | 96.65 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 12 | 0 | 0.91 | 0.94 | 0.26 | 1.7 | 0.88 | 0.39 |
| Hex | BC | 11 | C | 0 | 5B | 5E | 1A | 2 | 58 | 27 |
| Octal | 274 | 21 | 14 | 0 | 133 | 136 | 32 | 2 | 130 | 47 |
| Binary | 10111100 | 10001 | 1100 | 0 | 1011011 | 1011110 | 11010 | 10 | 1011000 | 100111 |
Color Harmonies of #BC110C
Complementary color
Monochromatic Colors of #BC110C
Black with #BC110C
Text Example
Text Example
White with #BC110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC110C; }
p { color: rgb(188,17,12); }
H1.HeaderClassName
{
color: #BC110C;
}
.AnyTagClassName
{
color: #BC110C;
}
</style>
background-color css
<style>
a { background-color: #BC110C; }
a { background-color: rgb(188,17,12); }
div.DivClassName
{
background-color: #BC110C;
}
.BgClassName
{
background-color: #BC110C;
}
</style>
border-color css
<style>
span { border-color: #BC110C; }
span { border-color: rgb(188,17,12); }
td.TdClassName
{
border-color: #BC110C;
}
.TagClassName
{
border-color: #BC110C;
}
</style>