Shades of Free Speech Red #BB0200
Tints of Free Speech Red #BB0200
RGB
CMYK
RGB Variations
Color information
#BB0200 (or 0xBB0200) is known color: Free Speech Red. HEX triplet: BB, 02 and 00. RGB value is (187,2,0). Sum of RGB (Red+Green+Blue) = 187+2+0=189 (25% of max value = 765). Red value is 187 (73.44% from 255 or 98.94% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0200 is #44FDFF. Grayscale: #393939. Windows color (decimal): -4521472 or 699. OLE color: 699.
HSL color Cylindrical-coordinate representation of color #BB0200: hue angle of 0.64º 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 #BB0200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.27 |
| HSL | 0.64º | 1% | 0.37% | - |
| HSV(B) | 0.64º | 1% | 0.73% | - |
| XYZ | 20.52 | 10.61 | 0.97 | - |
| YUV | 57.09 | 95.79 | 220.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 0 | 0 | 0.99 | 1 | 0.27 | 0.64 | 1 | 0.37 |
| Hex | BB | 2 | 0 | 0 | 63 | 64 | 1B | 1 | 64 | 25 |
| Octal | 273 | 2 | 0 | 0 | 143 | 144 | 33 | 1 | 144 | 45 |
| Binary | 10111011 | 10 | 0 | 0 | 1100011 | 1100100 | 11011 | 1 | 1100100 | 100101 |
Color Harmonies of #BB0200
Complementary color
Monochromatic Colors of #BB0200
Black with #BB0200
Text Example
Text Example
White with #BB0200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0200; }
p { color: rgb(187,2,0); }
H1.HeaderClassName
{
color: #BB0200;
}
.AnyTagClassName
{
color: #BB0200;
}
</style>
background-color css
<style>
a { background-color: #BB0200; }
a { background-color: rgb(187,2,0); }
div.DivClassName
{
background-color: #BB0200;
}
.BgClassName
{
background-color: #BB0200;
}
</style>
border-color css
<style>
span { border-color: #BB0200; }
span { border-color: rgb(187,2,0); }
td.TdClassName
{
border-color: #BB0200;
}
.TagClassName
{
border-color: #BB0200;
}
</style>