Shades of Free Speech Red #BC0D08
Tints of Free Speech Red #BC0D08
RGB
CMYK
RGB Variations
Color information
#BC0D08 (or 0xBC0D08) is known color: Free Speech Red. HEX triplet: BC, 0D and 08. RGB value is (188,13,8). Sum of RGB (Red+Green+Blue) = 188+13+8=209 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.95% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0D08 is #43F2F7. Grayscale: #404040. Windows color (decimal): -4453112 or 527804. OLE color: 527804.
HSL color Cylindrical-coordinate representation of color #BC0D08: hue angle of 1.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0D08 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 13 | 8 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.26 |
| HSL | 1.67º | 0.92% | 0.38% | - |
| HSV(B) | 1.67º | 0.96% | 0.74% | - |
| XYZ | 20.93 | 11 | 1.25 | - |
| YUV | 64.76 | 95.98 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 13 | 8 | 0 | 0.93 | 0.96 | 0.26 | 1.67 | 0.92 | 0.38 |
| Hex | BC | D | 8 | 0 | 5D | 60 | 1A | 2 | 5C | 26 |
| Octal | 274 | 15 | 10 | 0 | 135 | 140 | 32 | 2 | 134 | 46 |
| Binary | 10111100 | 1101 | 1000 | 0 | 1011101 | 1100000 | 11010 | 10 | 1011100 | 100110 |
Color Harmonies of #BC0D08
Complementary color
Monochromatic Colors of #BC0D08
Black with #BC0D08
Text Example
Text Example
White with #BC0D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0D08; }
p { color: rgb(188,13,8); }
H1.HeaderClassName
{
color: #BC0D08;
}
.AnyTagClassName
{
color: #BC0D08;
}
</style>
background-color css
<style>
a { background-color: #BC0D08; }
a { background-color: rgb(188,13,8); }
div.DivClassName
{
background-color: #BC0D08;
}
.BgClassName
{
background-color: #BC0D08;
}
</style>
border-color css
<style>
span { border-color: #BC0D08; }
span { border-color: rgb(188,13,8); }
td.TdClassName
{
border-color: #BC0D08;
}
.TagClassName
{
border-color: #BC0D08;
}
</style>