Shades of Free Speech Red #BC0902
Tints of Free Speech Red #BC0902
RGB
CMYK
RGB Variations
Color information
#BC0902 (or 0xBC0902) is known color: Free Speech Red. HEX triplet: BC, 09 and 02. RGB value is (188,9,2). Sum of RGB (Red+Green+Blue) = 188+9+2=199 (26% of max value = 765). Red value is 188 (73.83% from 255 or 94.47% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0902 is #43F6FD. Grayscale: #3D3D3D. Windows color (decimal): -4454142 or 133564. OLE color: 133564.
HSL color Cylindrical-coordinate representation of color #BC0902: hue angle of 2.26º 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 #BC0902 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.26 |
| HSL | 2.26º | 0.98% | 0.37% | - |
| HSV(B) | 2.26º | 0.99% | 0.74% | - |
| XYZ | 20.85 | 10.89 | 1.06 | - |
| YUV | 61.72 | 94.3 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 2 | 0 | 0.95 | 0.99 | 0.26 | 2.26 | 0.98 | 0.37 |
| Hex | BC | 9 | 2 | 0 | 5F | 63 | 1A | 2 | 62 | 25 |
| Octal | 274 | 11 | 2 | 0 | 137 | 143 | 32 | 2 | 142 | 45 |
| Binary | 10111100 | 1001 | 10 | 0 | 1011111 | 1100011 | 11010 | 10 | 1100010 | 100101 |
Color Harmonies of #BC0902
Complementary color
Monochromatic Colors of #BC0902
Black with #BC0902
Text Example
Text Example
White with #BC0902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0902; }
p { color: rgb(188,9,2); }
H1.HeaderClassName
{
color: #BC0902;
}
.AnyTagClassName
{
color: #BC0902;
}
</style>
background-color css
<style>
a { background-color: #BC0902; }
a { background-color: rgb(188,9,2); }
div.DivClassName
{
background-color: #BC0902;
}
.BgClassName
{
background-color: #BC0902;
}
</style>
border-color css
<style>
span { border-color: #BC0902; }
span { border-color: rgb(188,9,2); }
td.TdClassName
{
border-color: #BC0902;
}
.TagClassName
{
border-color: #BC0902;
}
</style>