Shades of Free Speech Red #BC0303
Tints of Free Speech Red #BC0303
RGB
CMYK
RGB Variations
Color information
#BC0303 (or 0xBC0303) is known color: Free Speech Red. HEX triplet: BC, 03 and 03. RGB value is (188,3,3). Sum of RGB (Red+Green+Blue) = 188+3+3=194 (25% of max value = 765). Red value is 188 (73.83% from 255 or 96.91% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0303 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0303 is #43FCFC. Grayscale: #3A3A3A. Windows color (decimal): -4455677 or 197564. OLE color: 197564.
HSL color Cylindrical-coordinate representation of color #BC0303: hue angle of 0º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC0303 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 3 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.26 |
| HSL | 0º | 0.97% | 0.37% | - |
| HSV(B) | 0º | 0.98% | 0.74% | - |
| XYZ | 20.79 | 10.76 | 1.07 | - |
| YUV | 58.32 | 96.79 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 3 | 0 | 0.98 | 0.98 | 0.26 | 0 | 0.97 | 0.37 |
| Hex | BC | 3 | 3 | 0 | 62 | 62 | 1A | 0 | 61 | 25 |
| Octal | 274 | 3 | 3 | 0 | 142 | 142 | 32 | 0 | 141 | 45 |
| Binary | 10111100 | 11 | 11 | 0 | 1100010 | 1100010 | 11010 | 0 | 1100001 | 100101 |
Color Harmonies of #BC0303
Complementary color
Monochromatic Colors of #BC0303
Black with #BC0303
Text Example
Text Example
White with #BC0303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0303; }
p { color: rgb(188,3,3); }
H1.HeaderClassName
{
color: #BC0303;
}
.AnyTagClassName
{
color: #BC0303;
}
</style>
background-color css
<style>
a { background-color: #BC0303; }
a { background-color: rgb(188,3,3); }
div.DivClassName
{
background-color: #BC0303;
}
.BgClassName
{
background-color: #BC0303;
}
</style>
border-color css
<style>
span { border-color: #BC0303; }
span { border-color: rgb(188,3,3); }
td.TdClassName
{
border-color: #BC0303;
}
.TagClassName
{
border-color: #BC0303;
}
</style>