Shades of Free Speech Red #BB0E08
Tints of Free Speech Red #BB0E08
RGB
CMYK
RGB Variations
Color information
#BB0E08 (or 0xBB0E08) is known color: Free Speech Red. HEX triplet: BB, 0E and 08. RGB value is (187,14,8). Sum of RGB (Red+Green+Blue) = 187+14+8=209 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.47% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0E08 is #44F1F7. Grayscale: #414141. Windows color (decimal): -4518392 or 528059. OLE color: 528059.
HSL color Cylindrical-coordinate representation of color #BB0E08: hue angle of 2.01º 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 #BB0E08 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 14 | 8 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.27 |
| HSL | 2.01º | 0.92% | 0.38% | - |
| HSV(B) | 2.01º | 0.96% | 0.73% | - |
| XYZ | 20.69 | 10.9 | 1.24 | - |
| YUV | 65.04 | 95.81 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 14 | 8 | 0 | 0.93 | 0.96 | 0.27 | 2.01 | 0.92 | 0.38 |
| Hex | BB | E | 8 | 0 | 5D | 60 | 1B | 2 | 5C | 26 |
| Octal | 273 | 16 | 10 | 0 | 135 | 140 | 33 | 2 | 134 | 46 |
| Binary | 10111011 | 1110 | 1000 | 0 | 1011101 | 1100000 | 11011 | 10 | 1011100 | 100110 |
Color Harmonies of #BB0E08
Complementary color
Monochromatic Colors of #BB0E08
Black with #BB0E08
Text Example
Text Example
White with #BB0E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0E08; }
p { color: rgb(187,14,8); }
H1.HeaderClassName
{
color: #BB0E08;
}
.AnyTagClassName
{
color: #BB0E08;
}
</style>
background-color css
<style>
a { background-color: #BB0E08; }
a { background-color: rgb(187,14,8); }
div.DivClassName
{
background-color: #BB0E08;
}
.BgClassName
{
background-color: #BB0E08;
}
</style>
border-color css
<style>
span { border-color: #BB0E08; }
span { border-color: rgb(187,14,8); }
td.TdClassName
{
border-color: #BB0E08;
}
.TagClassName
{
border-color: #BB0E08;
}
</style>