Shades of Free Speech Red #BB0300
Tints of Free Speech Red #BB0300
RGB
CMYK
RGB Variations
Color information
#BB0300 (or 0xBB0300) is known color: Free Speech Red. HEX triplet: BB, 03 and 00. RGB value is (187,3,0). Sum of RGB (Red+Green+Blue) = 187+3+0=190 (25% of max value = 765). Red value is 187 (73.44% from 255 or 98.42% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0300 is #44FCFF. Grayscale: #393939. Windows color (decimal): -4521216 or 955. OLE color: 955.
HSL color Cylindrical-coordinate representation of color #BB0300: hue angle of 0.96º 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 #BB0300 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.27 |
| HSL | 0.96º | 1% | 0.37% | - |
| HSV(B) | 0.96º | 1% | 0.73% | - |
| XYZ | 20.53 | 10.63 | 0.97 | - |
| YUV | 57.67 | 95.46 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 0 | 0 | 0.98 | 1 | 0.27 | 0.96 | 1 | 0.37 |
| Hex | BB | 3 | 0 | 0 | 62 | 64 | 1B | 1 | 64 | 25 |
| Octal | 273 | 3 | 0 | 0 | 142 | 144 | 33 | 1 | 144 | 45 |
| Binary | 10111011 | 11 | 0 | 0 | 1100010 | 1100100 | 11011 | 1 | 1100100 | 100101 |
Color Harmonies of #BB0300
Complementary color
Monochromatic Colors of #BB0300
Black with #BB0300
Text Example
Text Example
White with #BB0300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0300; }
p { color: rgb(187,3,0); }
H1.HeaderClassName
{
color: #BB0300;
}
.AnyTagClassName
{
color: #BB0300;
}
</style>
background-color css
<style>
a { background-color: #BB0300; }
a { background-color: rgb(187,3,0); }
div.DivClassName
{
background-color: #BB0300;
}
.BgClassName
{
background-color: #BB0300;
}
</style>
border-color css
<style>
span { border-color: #BB0300; }
span { border-color: rgb(187,3,0); }
td.TdClassName
{
border-color: #BB0300;
}
.TagClassName
{
border-color: #BB0300;
}
</style>