Shades of Free Speech Red #BB0700
Tints of Free Speech Red #BB0700
RGB
CMYK
RGB Variations
Color information
#BB0700 (or 0xBB0700) is known color: Free Speech Red. HEX triplet: BB, 07 and 00. RGB value is (187,7,0). Sum of RGB (Red+Green+Blue) = 187+7+0=194 (25% of max value = 765). Red value is 187 (73.44% from 255 or 96.39% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0700 is #44F8FF. Grayscale: #3C3C3C. Windows color (decimal): -4520192 or 1979. OLE color: 1979.
HSL color Cylindrical-coordinate representation of color #BB0700: hue angle of 2.25º 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 #BB0700 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 7 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.27 |
| HSL | 2.25º | 1% | 0.37% | - |
| HSV(B) | 2.25º | 1% | 0.73% | - |
| XYZ | 20.57 | 10.72 | 0.98 | - |
| YUV | 60.02 | 94.13 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 0 | 0 | 0.96 | 1 | 0.27 | 2.25 | 1 | 0.37 |
| Hex | BB | 7 | 0 | 0 | 60 | 64 | 1B | 2 | 64 | 25 |
| Octal | 273 | 7 | 0 | 0 | 140 | 144 | 33 | 2 | 144 | 45 |
| Binary | 10111011 | 111 | 0 | 0 | 1100000 | 1100100 | 11011 | 10 | 1100100 | 100101 |
Color Harmonies of #BB0700
Complementary color
Monochromatic Colors of #BB0700
Black with #BB0700
Text Example
Text Example
White with #BB0700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0700; }
p { color: rgb(187,7,0); }
H1.HeaderClassName
{
color: #BB0700;
}
.AnyTagClassName
{
color: #BB0700;
}
</style>
background-color css
<style>
a { background-color: #BB0700; }
a { background-color: rgb(187,7,0); }
div.DivClassName
{
background-color: #BB0700;
}
.BgClassName
{
background-color: #BB0700;
}
</style>
border-color css
<style>
span { border-color: #BB0700; }
span { border-color: rgb(187,7,0); }
td.TdClassName
{
border-color: #BB0700;
}
.TagClassName
{
border-color: #BB0700;
}
</style>