Shades of Free Speech Red #BB0900
Tints of Free Speech Red #BB0900
RGB
CMYK
RGB Variations
Color information
#BB0900 (or 0xBB0900) is known color: Free Speech Red. HEX triplet: BB, 09 and 00. RGB value is (187,9,0). Sum of RGB (Red+Green+Blue) = 187+9+0=196 (25% of max value = 765). Red value is 187 (73.44% from 255 or 95.41% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0900 is #44F6FF. Grayscale: #3D3D3D. Windows color (decimal): -4519680 or 2491. OLE color: 2491.
HSL color Cylindrical-coordinate representation of color #BB0900: hue angle of 2.89º 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 #BB0900 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 9 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.27 |
| HSL | 2.89º | 1% | 0.37% | - |
| HSV(B) | 2.89º | 1% | 0.73% | - |
| XYZ | 20.59 | 10.76 | 0.99 | - |
| YUV | 61.2 | 93.47 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 0 | 0 | 0.95 | 1 | 0.27 | 2.89 | 1 | 0.37 |
| Hex | BB | 9 | 0 | 0 | 5F | 64 | 1B | 3 | 64 | 25 |
| Octal | 273 | 11 | 0 | 0 | 137 | 144 | 33 | 3 | 144 | 45 |
| Binary | 10111011 | 1001 | 0 | 0 | 1011111 | 1100100 | 11011 | 11 | 1100100 | 100101 |
Color Harmonies of #BB0900
Complementary color
Monochromatic Colors of #BB0900
Black with #BB0900
Text Example
Text Example
White with #BB0900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0900; }
p { color: rgb(187,9,0); }
H1.HeaderClassName
{
color: #BB0900;
}
.AnyTagClassName
{
color: #BB0900;
}
</style>
background-color css
<style>
a { background-color: #BB0900; }
a { background-color: rgb(187,9,0); }
div.DivClassName
{
background-color: #BB0900;
}
.BgClassName
{
background-color: #BB0900;
}
</style>
border-color css
<style>
span { border-color: #BB0900; }
span { border-color: rgb(187,9,0); }
td.TdClassName
{
border-color: #BB0900;
}
.TagClassName
{
border-color: #BB0900;
}
</style>