Shades of Free Speech Red #BB0F08
Tints of Free Speech Red #BB0F08
RGB
CMYK
RGB Variations
Color information
#BB0F08 (or 0xBB0F08) is known color: Free Speech Red. HEX triplet: BB, 0F and 08. RGB value is (187,15,8). Sum of RGB (Red+Green+Blue) = 187+15+8=210 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.05% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0F08 is #44F0F7. Grayscale: #414141. Windows color (decimal): -4518136 or 528315. OLE color: 528315.
HSL color Cylindrical-coordinate representation of color #BB0F08: hue angle of 2.35º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0F08 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 15 | 8 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.27 |
| HSL | 2.35º | 0.92% | 0.38% | - |
| HSV(B) | 2.35º | 0.96% | 0.73% | - |
| XYZ | 20.71 | 10.92 | 1.25 | - |
| YUV | 65.63 | 95.48 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 8 | 0 | 0.92 | 0.96 | 0.27 | 2.35 | 0.92 | 0.38 |
| Hex | BB | F | 8 | 0 | 5C | 60 | 1B | 2 | 5C | 26 |
| Octal | 273 | 17 | 10 | 0 | 134 | 140 | 33 | 2 | 134 | 46 |
| Binary | 10111011 | 1111 | 1000 | 0 | 1011100 | 1100000 | 11011 | 10 | 1011100 | 100110 |
Color Harmonies of #BB0F08
Complementary color
Monochromatic Colors of #BB0F08
Black with #BB0F08
Text Example
Text Example
White with #BB0F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0F08; }
p { color: rgb(187,15,8); }
H1.HeaderClassName
{
color: #BB0F08;
}
.AnyTagClassName
{
color: #BB0F08;
}
</style>
background-color css
<style>
a { background-color: #BB0F08; }
a { background-color: rgb(187,15,8); }
div.DivClassName
{
background-color: #BB0F08;
}
.BgClassName
{
background-color: #BB0F08;
}
</style>
border-color css
<style>
span { border-color: #BB0F08; }
span { border-color: rgb(187,15,8); }
td.TdClassName
{
border-color: #BB0F08;
}
.TagClassName
{
border-color: #BB0F08;
}
</style>