Shades of Free Speech Red #BC160D
Tints of Free Speech Red #BC160D
RGB
CMYK
RGB Variations
Color information
#BC160D (or 0xBC160D) is known color: Free Speech Red. HEX triplet: BC, 16 and 0D. RGB value is (188,22,13). Sum of RGB (Red+Green+Blue) = 188+22+13=223 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.30% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 188 - color contains mainly: red. Hex color #BC160D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC160D is #43E9F2. Grayscale: #464646. Windows color (decimal): -4450803 or 857788. OLE color: 857788.
HSL color Cylindrical-coordinate representation of color #BC160D: hue angle of 3.09º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC160D is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 13 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.26 |
| HSL | 3.09º | 0.87% | 0.39% | - |
| HSV(B) | 3.09º | 0.93% | 0.74% | - |
| XYZ | 21.1 | 11.29 | 1.45 | - |
| YUV | 70.61 | 95.5 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 13 | 0 | 0.88 | 0.93 | 0.26 | 3.09 | 0.87 | 0.39 |
| Hex | BC | 16 | D | 0 | 58 | 5D | 1A | 3 | 57 | 27 |
| Octal | 274 | 26 | 15 | 0 | 130 | 135 | 32 | 3 | 127 | 47 |
| Binary | 10111100 | 10110 | 1101 | 0 | 1011000 | 1011101 | 11010 | 11 | 1010111 | 100111 |
Color Harmonies of #BC160D
Complementary color
Monochromatic Colors of #BC160D
Black with #BC160D
Text Example
Text Example
White with #BC160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC160D; }
p { color: rgb(188,22,13); }
H1.HeaderClassName
{
color: #BC160D;
}
.AnyTagClassName
{
color: #BC160D;
}
</style>
background-color css
<style>
a { background-color: #BC160D; }
a { background-color: rgb(188,22,13); }
div.DivClassName
{
background-color: #BC160D;
}
.BgClassName
{
background-color: #BC160D;
}
</style>
border-color css
<style>
span { border-color: #BC160D; }
span { border-color: rgb(188,22,13); }
td.TdClassName
{
border-color: #BC160D;
}
.TagClassName
{
border-color: #BC160D;
}
</style>