Shades of Free Speech Red #BB100B
Tints of Free Speech Red #BB100B
RGB
CMYK
RGB Variations
Color information
#BB100B (or 0xBB100B) is known color: Free Speech Red. HEX triplet: BB, 10 and 0B. RGB value is (187,16,11). Sum of RGB (Red+Green+Blue) = 187+16+11=214 (28% of max value = 765). Red value is 187 (73.44% from 255 or 87.38% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 187 - color contains mainly: red. Hex color #BB100B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB100B is #44EFF4. Grayscale: #424242. Windows color (decimal): -4517877 or 725179. OLE color: 725179.
HSL color Cylindrical-coordinate representation of color #BB100B: hue angle of 1.7º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB100B is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 16 | 11 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.27 |
| HSL | 1.7º | 0.89% | 0.39% | - |
| HSV(B) | 1.7º | 0.94% | 0.73% | - |
| XYZ | 20.74 | 10.96 | 1.34 | - |
| YUV | 66.56 | 96.65 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 11 | 0 | 0.91 | 0.94 | 0.27 | 1.7 | 0.89 | 0.39 |
| Hex | BB | 10 | B | 0 | 5B | 5E | 1B | 2 | 59 | 27 |
| Octal | 273 | 20 | 13 | 0 | 133 | 136 | 33 | 2 | 131 | 47 |
| Binary | 10111011 | 10000 | 1011 | 0 | 1011011 | 1011110 | 11011 | 10 | 1011001 | 100111 |
Color Harmonies of #BB100B
Complementary color
Monochromatic Colors of #BB100B
Black with #BB100B
Text Example
Text Example
White with #BB100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB100B; }
p { color: rgb(187,16,11); }
H1.HeaderClassName
{
color: #BB100B;
}
.AnyTagClassName
{
color: #BB100B;
}
</style>
background-color css
<style>
a { background-color: #BB100B; }
a { background-color: rgb(187,16,11); }
div.DivClassName
{
background-color: #BB100B;
}
.BgClassName
{
background-color: #BB100B;
}
</style>
border-color css
<style>
span { border-color: #BB100B; }
span { border-color: rgb(187,16,11); }
td.TdClassName
{
border-color: #BB100B;
}
.TagClassName
{
border-color: #BB100B;
}
</style>