Shades of Free Speech Red #BC0C02
Tints of Free Speech Red #BC0C02
RGB
CMYK
RGB Variations
Color information
#BC0C02 (or 0xBC0C02) is known color: Free Speech Red. HEX triplet: BC, 0C and 02. RGB value is (188,12,2). Sum of RGB (Red+Green+Blue) = 188+12+2=202 (26% of max value = 765). Red value is 188 (73.83% from 255 or 93.07% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0C02 is #43F3FD. Grayscale: #3F3F3F. Windows color (decimal): -4453374 or 134332. OLE color: 134332.
HSL color Cylindrical-coordinate representation of color #BC0C02: hue angle of 3.23º 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 #BC0C02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.26 |
| HSL | 3.23º | 0.98% | 0.37% | - |
| HSV(B) | 3.23º | 0.99% | 0.74% | - |
| XYZ | 20.88 | 10.96 | 1.07 | - |
| YUV | 63.48 | 93.31 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 2 | 0 | 0.94 | 0.99 | 0.26 | 3.23 | 0.98 | 0.37 |
| Hex | BC | C | 2 | 0 | 5E | 63 | 1A | 3 | 62 | 25 |
| Octal | 274 | 14 | 2 | 0 | 136 | 143 | 32 | 3 | 142 | 45 |
| Binary | 10111100 | 1100 | 10 | 0 | 1011110 | 1100011 | 11010 | 11 | 1100010 | 100101 |
Color Harmonies of #BC0C02
Complementary color
Monochromatic Colors of #BC0C02
Black with #BC0C02
Text Example
Text Example
White with #BC0C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C02; }
p { color: rgb(188,12,2); }
H1.HeaderClassName
{
color: #BC0C02;
}
.AnyTagClassName
{
color: #BC0C02;
}
</style>
background-color css
<style>
a { background-color: #BC0C02; }
a { background-color: rgb(188,12,2); }
div.DivClassName
{
background-color: #BC0C02;
}
.BgClassName
{
background-color: #BC0C02;
}
</style>
border-color css
<style>
span { border-color: #BC0C02; }
span { border-color: rgb(188,12,2); }
td.TdClassName
{
border-color: #BC0C02;
}
.TagClassName
{
border-color: #BC0C02;
}
</style>