Shades of Free Speech Red #BC130C
Tints of Free Speech Red #BC130C
RGB
CMYK
RGB Variations
Color information
#BC130C (or 0xBC130C) is known color: Free Speech Red. HEX triplet: BC, 13 and 0C. RGB value is (188,19,12). Sum of RGB (Red+Green+Blue) = 188+19+12=219 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.84% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 188 - color contains mainly: red. Hex color #BC130C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC130C is #43ECF3. Grayscale: #444444. Windows color (decimal): -4451572 or 791484. OLE color: 791484.
HSL color Cylindrical-coordinate representation of color #BC130C: hue angle of 2.39º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC130C is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 12 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.26 |
| HSL | 2.39º | 0.88% | 0.39% | - |
| HSV(B) | 2.39º | 0.94% | 0.74% | - |
| XYZ | 21.04 | 11.18 | 1.4 | - |
| YUV | 68.73 | 95.99 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 12 | 0 | 0.90 | 0.94 | 0.26 | 2.39 | 0.88 | 0.39 |
| Hex | BC | 13 | C | 0 | 5A | 5E | 1A | 2 | 58 | 27 |
| Octal | 274 | 23 | 14 | 0 | 132 | 136 | 32 | 2 | 130 | 47 |
| Binary | 10111100 | 10011 | 1100 | 0 | 1011010 | 1011110 | 11010 | 10 | 1011000 | 100111 |
Color Harmonies of #BC130C
Complementary color
Monochromatic Colors of #BC130C
Black with #BC130C
Text Example
Text Example
White with #BC130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC130C; }
p { color: rgb(188,19,12); }
H1.HeaderClassName
{
color: #BC130C;
}
.AnyTagClassName
{
color: #BC130C;
}
</style>
background-color css
<style>
a { background-color: #BC130C; }
a { background-color: rgb(188,19,12); }
div.DivClassName
{
background-color: #BC130C;
}
.BgClassName
{
background-color: #BC130C;
}
</style>
border-color css
<style>
span { border-color: #BC130C; }
span { border-color: rgb(188,19,12); }
td.TdClassName
{
border-color: #BC130C;
}
.TagClassName
{
border-color: #BC130C;
}
</style>