Shades of Free Speech Red #BC1509
Tints of Free Speech Red #BC1509
RGB
CMYK
RGB Variations
Color information
#BC1509 (or 0xBC1509) is known color: Free Speech Red. HEX triplet: BC, 15 and 09. RGB value is (188,21,9). Sum of RGB (Red+Green+Blue) = 188+21+9=218 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.24% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1509 is #43EAF6. Grayscale: #454545. Windows color (decimal): -4451063 or 595388. OLE color: 595388.
HSL color Cylindrical-coordinate representation of color #BC1509: hue angle of 4.02º degrees, saturation: 0.91, 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 #BC1509 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 9 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.26 |
| HSL | 4.02º | 0.91% | 0.39% | - |
| HSV(B) | 4.02º | 0.95% | 0.74% | - |
| XYZ | 21.06 | 11.25 | 1.32 | - |
| YUV | 69.57 | 93.83 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 9 | 0 | 0.89 | 0.95 | 0.26 | 4.02 | 0.91 | 0.39 |
| Hex | BC | 15 | 9 | 0 | 59 | 5F | 1A | 4 | 5B | 27 |
| Octal | 274 | 25 | 11 | 0 | 131 | 137 | 32 | 4 | 133 | 47 |
| Binary | 10111100 | 10101 | 1001 | 0 | 1011001 | 1011111 | 11010 | 100 | 1011011 | 100111 |
Color Harmonies of #BC1509
Complementary color
Monochromatic Colors of #BC1509
Black with #BC1509
Text Example
Text Example
White with #BC1509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1509; }
p { color: rgb(188,21,9); }
H1.HeaderClassName
{
color: #BC1509;
}
.AnyTagClassName
{
color: #BC1509;
}
</style>
background-color css
<style>
a { background-color: #BC1509; }
a { background-color: rgb(188,21,9); }
div.DivClassName
{
background-color: #BC1509;
}
.BgClassName
{
background-color: #BC1509;
}
</style>
border-color css
<style>
span { border-color: #BC1509; }
span { border-color: rgb(188,21,9); }
td.TdClassName
{
border-color: #BC1509;
}
.TagClassName
{
border-color: #BC1509;
}
</style>