Shades of Free Speech Red #BC1303
Tints of Free Speech Red #BC1303
RGB
CMYK
RGB Variations
Color information
#BC1303 (or 0xBC1303) is known color: Free Speech Red. HEX triplet: BC, 13 and 03. RGB value is (188,19,3). Sum of RGB (Red+Green+Blue) = 188+19+3=210 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.52% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1303 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1303 is #43ECFC. Grayscale: #434343. Windows color (decimal): -4451581 or 201660. OLE color: 201660.
HSL color Cylindrical-coordinate representation of color #BC1303: hue angle of 5.19º 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 #BC1303 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 3 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.26 |
| HSL | 5.19º | 0.97% | 0.37% | - |
| HSV(B) | 5.19º | 0.98% | 0.74% | - |
| XYZ | 20.99 | 11.16 | 1.13 | - |
| YUV | 67.71 | 91.49 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 3 | 0 | 0.90 | 0.98 | 0.26 | 5.19 | 0.97 | 0.37 |
| Hex | BC | 13 | 3 | 0 | 5A | 62 | 1A | 5 | 61 | 25 |
| Octal | 274 | 23 | 3 | 0 | 132 | 142 | 32 | 5 | 141 | 45 |
| Binary | 10111100 | 10011 | 11 | 0 | 1011010 | 1100010 | 11010 | 101 | 1100001 | 100101 |
Color Harmonies of #BC1303
Complementary color
Monochromatic Colors of #BC1303
Black with #BC1303
Text Example
Text Example
White with #BC1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1303; }
p { color: rgb(188,19,3); }
H1.HeaderClassName
{
color: #BC1303;
}
.AnyTagClassName
{
color: #BC1303;
}
</style>
background-color css
<style>
a { background-color: #BC1303; }
a { background-color: rgb(188,19,3); }
div.DivClassName
{
background-color: #BC1303;
}
.BgClassName
{
background-color: #BC1303;
}
</style>
border-color css
<style>
span { border-color: #BC1303; }
span { border-color: rgb(188,19,3); }
td.TdClassName
{
border-color: #BC1303;
}
.TagClassName
{
border-color: #BC1303;
}
</style>