Shades of Free Speech Red #BC110A
Tints of Free Speech Red #BC110A
RGB
CMYK
RGB Variations
Color information
#BC110A (or 0xBC110A) is known color: Free Speech Red. HEX triplet: BC, 11 and 0A. RGB value is (188,17,10). Sum of RGB (Red+Green+Blue) = 188+17+10=215 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.44% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 188 - color contains mainly: red. Hex color #BC110A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC110A is #43EEF5. Grayscale: #434343. Windows color (decimal): -4452086 or 659900. OLE color: 659900.
HSL color Cylindrical-coordinate representation of color #BC110A: hue angle of 2.36º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC110A is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 10 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.26 |
| HSL | 2.36º | 0.9% | 0.39% | - |
| HSV(B) | 2.36º | 0.95% | 0.74% | - |
| XYZ | 20.99 | 11.11 | 1.33 | - |
| YUV | 67.33 | 95.65 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 10 | 0 | 0.91 | 0.95 | 0.26 | 2.36 | 0.9 | 0.39 |
| Hex | BC | 11 | A | 0 | 5B | 5F | 1A | 2 | 5A | 27 |
| Octal | 274 | 21 | 12 | 0 | 133 | 137 | 32 | 2 | 132 | 47 |
| Binary | 10111100 | 10001 | 1010 | 0 | 1011011 | 1011111 | 11010 | 10 | 1011010 | 100111 |
Color Harmonies of #BC110A
Complementary color
Monochromatic Colors of #BC110A
Black with #BC110A
Text Example
Text Example
White with #BC110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC110A; }
p { color: rgb(188,17,10); }
H1.HeaderClassName
{
color: #BC110A;
}
.AnyTagClassName
{
color: #BC110A;
}
</style>
background-color css
<style>
a { background-color: #BC110A; }
a { background-color: rgb(188,17,10); }
div.DivClassName
{
background-color: #BC110A;
}
.BgClassName
{
background-color: #BC110A;
}
</style>
border-color css
<style>
span { border-color: #BC110A; }
span { border-color: rgb(188,17,10); }
td.TdClassName
{
border-color: #BC110A;
}
.TagClassName
{
border-color: #BC110A;
}
</style>