Shades of Free Speech Red #BC1502
Tints of Free Speech Red #BC1502
RGB
CMYK
RGB Variations
Color information
#BC1502 (or 0xBC1502) is known color: Free Speech Red. HEX triplet: BC, 15 and 02. RGB value is (188,21,2). Sum of RGB (Red+Green+Blue) = 188+21+2=211 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.10% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1502 is #43EAFD. Grayscale: #454545. Windows color (decimal): -4451070 or 136636. OLE color: 136636.
HSL color Cylindrical-coordinate representation of color #BC1502: hue angle of 6.13º 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 #BC1502 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.26 |
| HSL | 6.13º | 0.98% | 0.37% | - |
| HSV(B) | 6.13º | 0.99% | 0.74% | - |
| XYZ | 21.02 | 11.23 | 1.12 | - |
| YUV | 68.77 | 90.33 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 2 | 0 | 0.89 | 0.99 | 0.26 | 6.13 | 0.98 | 0.37 |
| Hex | BC | 15 | 2 | 0 | 59 | 63 | 1A | 6 | 62 | 25 |
| Octal | 274 | 25 | 2 | 0 | 131 | 143 | 32 | 6 | 142 | 45 |
| Binary | 10111100 | 10101 | 10 | 0 | 1011001 | 1100011 | 11010 | 110 | 1100010 | 100101 |
Color Harmonies of #BC1502
Complementary color
Monochromatic Colors of #BC1502
Black with #BC1502
Text Example
Text Example
White with #BC1502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1502; }
p { color: rgb(188,21,2); }
H1.HeaderClassName
{
color: #BC1502;
}
.AnyTagClassName
{
color: #BC1502;
}
</style>
background-color css
<style>
a { background-color: #BC1502; }
a { background-color: rgb(188,21,2); }
div.DivClassName
{
background-color: #BC1502;
}
.BgClassName
{
background-color: #BC1502;
}
</style>
border-color css
<style>
span { border-color: #BC1502; }
span { border-color: rgb(188,21,2); }
td.TdClassName
{
border-color: #BC1502;
}
.TagClassName
{
border-color: #BC1502;
}
</style>