Shades of Free Speech Red #BB0C09
Tints of Free Speech Red #BB0C09
RGB
CMYK
RGB Variations
Color information
#BB0C09 (or 0xBB0C09) is known color: Free Speech Red. HEX triplet: BB, 0C and 09. RGB value is (187,12,9). Sum of RGB (Red+Green+Blue) = 187+12+9=208 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.90% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0C09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0C09 is #44F3F6. Grayscale: #404040. Windows color (decimal): -4518903 or 593083. OLE color: 593083.
HSL color Cylindrical-coordinate representation of color #BB0C09: hue angle of 1.01º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0C09 is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 12 | 9 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.27 |
| HSL | 1.01º | 0.91% | 0.38% | - |
| HSV(B) | 1.01º | 0.95% | 0.73% | - |
| XYZ | 20.67 | 10.85 | 1.26 | - |
| YUV | 63.98 | 96.98 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 9 | 0 | 0.94 | 0.95 | 0.27 | 1.01 | 0.91 | 0.38 |
| Hex | BB | C | 9 | 0 | 5E | 5F | 1B | 1 | 5B | 26 |
| Octal | 273 | 14 | 11 | 0 | 136 | 137 | 33 | 1 | 133 | 46 |
| Binary | 10111011 | 1100 | 1001 | 0 | 1011110 | 1011111 | 11011 | 1 | 1011011 | 100110 |
Color Harmonies of #BB0C09
Complementary color
Monochromatic Colors of #BB0C09
Black with #BB0C09
Text Example
Text Example
White with #BB0C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0C09; }
p { color: rgb(187,12,9); }
H1.HeaderClassName
{
color: #BB0C09;
}
.AnyTagClassName
{
color: #BB0C09;
}
</style>
background-color css
<style>
a { background-color: #BB0C09; }
a { background-color: rgb(187,12,9); }
div.DivClassName
{
background-color: #BB0C09;
}
.BgClassName
{
background-color: #BB0C09;
}
</style>
border-color css
<style>
span { border-color: #BB0C09; }
span { border-color: rgb(187,12,9); }
td.TdClassName
{
border-color: #BB0C09;
}
.TagClassName
{
border-color: #BB0C09;
}
</style>