Shades of Free Speech Red #BB1106
Tints of Free Speech Red #BB1106
RGB
CMYK
RGB Variations
Color information
#BB1106 (or 0xBB1106) is known color: Free Speech Red. HEX triplet: BB, 11 and 06. RGB value is (187,17,6). Sum of RGB (Red+Green+Blue) = 187+17+6=210 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.05% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1106 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1106 is #44EEF9. Grayscale: #424242. Windows color (decimal): -4517626 or 397755. OLE color: 397755.
HSL color Cylindrical-coordinate representation of color #BB1106: hue angle of 3.65º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB1106 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 6 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.27 |
| HSL | 3.65º | 0.94% | 0.38% | - |
| HSV(B) | 3.65º | 0.97% | 0.73% | - |
| XYZ | 20.73 | 10.98 | 1.2 | - |
| YUV | 66.58 | 93.82 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 6 | 0 | 0.91 | 0.97 | 0.27 | 3.65 | 0.94 | 0.38 |
| Hex | BB | 11 | 6 | 0 | 5B | 61 | 1B | 4 | 5E | 26 |
| Octal | 273 | 21 | 6 | 0 | 133 | 141 | 33 | 4 | 136 | 46 |
| Binary | 10111011 | 10001 | 110 | 0 | 1011011 | 1100001 | 11011 | 100 | 1011110 | 100110 |
Color Harmonies of #BB1106
Complementary color
Monochromatic Colors of #BB1106
Black with #BB1106
Text Example
Text Example
White with #BB1106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1106; }
p { color: rgb(187,17,6); }
H1.HeaderClassName
{
color: #BB1106;
}
.AnyTagClassName
{
color: #BB1106;
}
</style>
background-color css
<style>
a { background-color: #BB1106; }
a { background-color: rgb(187,17,6); }
div.DivClassName
{
background-color: #BB1106;
}
.BgClassName
{
background-color: #BB1106;
}
</style>
border-color css
<style>
span { border-color: #BB1106; }
span { border-color: rgb(187,17,6); }
td.TdClassName
{
border-color: #BB1106;
}
.TagClassName
{
border-color: #BB1106;
}
</style>