Shades of Free Speech Red #BB0000
Tints of Free Speech Red #BB0000
RGB
CMYK
RGB Variations
Color information
#BB0000 (or 0xBB0000) is known color: Free Speech Red. HEX triplet: BB, 00 and 00. RGB value is (187,0,0). Sum of RGB (Red+Green+Blue) = 187+0+0=187 (24% of max value = 765). Red value is 187 (73.44% from 255 or 100% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0000 is #44FFFF. Grayscale: #383838. Windows color (decimal): -4521984 or 187. OLE color: 187.
HSL color Cylindrical-coordinate representation of color #BB0000: hue angle of 0º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB0000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.27 |
| HSL | 0º | 1% | 0.37% | - |
| HSV(B) | 0º | 1% | 0.73% | - |
| XYZ | 20.49 | 10.56 | 0.96 | - |
| YUV | 55.91 | 96.45 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 0 | 0 | 1 | 1 | 0.27 | 0 | 1 | 0.37 |
| Hex | BB | 0 | 0 | 0 | 64 | 64 | 1B | 0 | 64 | 25 |
| Octal | 273 | 0 | 0 | 0 | 144 | 144 | 33 | 0 | 144 | 45 |
| Binary | 10111011 | 0 | 0 | 0 | 1100100 | 1100100 | 11011 | 0 | 1100100 | 100101 |
Color Harmonies of #BB0000
Complementary color
Monochromatic Colors of #BB0000
Black with #BB0000
Text Example
Text Example
White with #BB0000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0000; }
p { color: rgb(187,0,0); }
H1.HeaderClassName
{
color: #BB0000;
}
.AnyTagClassName
{
color: #BB0000;
}
</style>
background-color css
<style>
a { background-color: #BB0000; }
a { background-color: rgb(187,0,0); }
div.DivClassName
{
background-color: #BB0000;
}
.BgClassName
{
background-color: #BB0000;
}
</style>
border-color css
<style>
span { border-color: #BB0000; }
span { border-color: rgb(187,0,0); }
td.TdClassName
{
border-color: #BB0000;
}
.TagClassName
{
border-color: #BB0000;
}
</style>