Shades of Free Speech Red #BC0702
Tints of Free Speech Red #BC0702
RGB
CMYK
RGB Variations
Color information
#BC0702 (or 0xBC0702) is known color: Free Speech Red. HEX triplet: BC, 07 and 02. RGB value is (188,7,2). Sum of RGB (Red+Green+Blue) = 188+7+2=197 (26% of max value = 765). Red value is 188 (73.83% from 255 or 95.43% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0702 is #43F8FD. Grayscale: #3C3C3C. Windows color (decimal): -4454654 or 133052. OLE color: 133052.
HSL color Cylindrical-coordinate representation of color #BC0702: hue angle of 1.61º 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 #BC0702 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.26 |
| HSL | 1.61º | 0.98% | 0.37% | - |
| HSV(B) | 1.61º | 0.99% | 0.74% | - |
| XYZ | 20.83 | 10.85 | 1.05 | - |
| YUV | 60.55 | 94.97 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 2 | 0 | 0.96 | 0.99 | 0.26 | 1.61 | 0.98 | 0.37 |
| Hex | BC | 7 | 2 | 0 | 60 | 63 | 1A | 2 | 62 | 25 |
| Octal | 274 | 7 | 2 | 0 | 140 | 143 | 32 | 2 | 142 | 45 |
| Binary | 10111100 | 111 | 10 | 0 | 1100000 | 1100011 | 11010 | 10 | 1100010 | 100101 |
Color Harmonies of #BC0702
Complementary color
Monochromatic Colors of #BC0702
Black with #BC0702
Text Example
Text Example
White with #BC0702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0702; }
p { color: rgb(188,7,2); }
H1.HeaderClassName
{
color: #BC0702;
}
.AnyTagClassName
{
color: #BC0702;
}
</style>
background-color css
<style>
a { background-color: #BC0702; }
a { background-color: rgb(188,7,2); }
div.DivClassName
{
background-color: #BC0702;
}
.BgClassName
{
background-color: #BC0702;
}
</style>
border-color css
<style>
span { border-color: #BC0702; }
span { border-color: rgb(188,7,2); }
td.TdClassName
{
border-color: #BC0702;
}
.TagClassName
{
border-color: #BC0702;
}
</style>