Shades of Free Speech Red #BC1803
Tints of Free Speech Red #BC1803
RGB
CMYK
RGB Variations
Color information
#BC1803 (or 0xBC1803) is known color: Free Speech Red. HEX triplet: BC, 18 and 03. RGB value is (188,24,3). Sum of RGB (Red+Green+Blue) = 188+24+3=215 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.44% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1803 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1803 is #43E7FC. Grayscale: #464646. Windows color (decimal): -4450301 or 202940. OLE color: 202940.
HSL color Cylindrical-coordinate representation of color #BC1803: hue angle of 6.81º 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 #BC1803 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 3 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.26 |
| HSL | 6.81º | 0.97% | 0.37% | - |
| HSV(B) | 6.81º | 0.98% | 0.74% | - |
| XYZ | 21.08 | 11.35 | 1.17 | - |
| YUV | 70.64 | 89.83 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 3 | 0 | 0.87 | 0.98 | 0.26 | 6.81 | 0.97 | 0.37 |
| Hex | BC | 18 | 3 | 0 | 57 | 62 | 1A | 7 | 61 | 25 |
| Octal | 274 | 30 | 3 | 0 | 127 | 142 | 32 | 7 | 141 | 45 |
| Binary | 10111100 | 11000 | 11 | 0 | 1010111 | 1100010 | 11010 | 111 | 1100001 | 100101 |
Color Harmonies of #BC1803
Complementary color
Monochromatic Colors of #BC1803
Black with #BC1803
Text Example
Text Example
White with #BC1803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1803; }
p { color: rgb(188,24,3); }
H1.HeaderClassName
{
color: #BC1803;
}
.AnyTagClassName
{
color: #BC1803;
}
</style>
background-color css
<style>
a { background-color: #BC1803; }
a { background-color: rgb(188,24,3); }
div.DivClassName
{
background-color: #BC1803;
}
.BgClassName
{
background-color: #BC1803;
}
</style>
border-color css
<style>
span { border-color: #BC1803; }
span { border-color: rgb(188,24,3); }
td.TdClassName
{
border-color: #BC1803;
}
.TagClassName
{
border-color: #BC1803;
}
</style>