Shades of Free Speech Red #BB120E
Tints of Free Speech Red #BB120E
RGB
CMYK
RGB Variations
Color information
#BB120E (or 0xBB120E) is known color: Free Speech Red. HEX triplet: BB, 12 and 0E. RGB value is (187,18,14). Sum of RGB (Red+Green+Blue) = 187+18+14=219 (29% of max value = 765). Red value is 187 (73.44% from 255 or 85.39% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 187 - color contains mainly: red. Hex color #BB120E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB120E is #44EDF1. Grayscale: #444444. Windows color (decimal): -4517362 or 922299. OLE color: 922299.
HSL color Cylindrical-coordinate representation of color #BB120E: hue angle of 1.39º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB120E is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 18 | 14 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.27 |
| HSL | 1.39º | 0.86% | 0.39% | - |
| HSV(B) | 1.39º | 0.93% | 0.73% | - |
| XYZ | 20.79 | 11.03 | 1.45 | - |
| YUV | 68.08 | 97.49 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 14 | 0 | 0.90 | 0.93 | 0.27 | 1.39 | 0.86 | 0.39 |
| Hex | BB | 12 | E | 0 | 5A | 5D | 1B | 1 | 56 | 27 |
| Octal | 273 | 22 | 16 | 0 | 132 | 135 | 33 | 1 | 126 | 47 |
| Binary | 10111011 | 10010 | 1110 | 0 | 1011010 | 1011101 | 11011 | 1 | 1010110 | 100111 |
Color Harmonies of #BB120E
Complementary color
Monochromatic Colors of #BB120E
Black with #BB120E
Text Example
Text Example
White with #BB120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB120E; }
p { color: rgb(187,18,14); }
H1.HeaderClassName
{
color: #BB120E;
}
.AnyTagClassName
{
color: #BB120E;
}
</style>
background-color css
<style>
a { background-color: #BB120E; }
a { background-color: rgb(187,18,14); }
div.DivClassName
{
background-color: #BB120E;
}
.BgClassName
{
background-color: #BB120E;
}
</style>
border-color css
<style>
span { border-color: #BB120E; }
span { border-color: rgb(187,18,14); }
td.TdClassName
{
border-color: #BB120E;
}
.TagClassName
{
border-color: #BB120E;
}
</style>