Shades of Free Speech Red #BB0F0F
Tints of Free Speech Red #BB0F0F
RGB
CMYK
RGB Variations
Color information
#BB0F0F (or 0xBB0F0F) is known color: Free Speech Red. HEX triplet: BB, 0F and 0F. RGB value is (187,15,15). Sum of RGB (Red+Green+Blue) = 187+15+15=217 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.18% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0F0F is #44F0F0. Grayscale: #424242. Windows color (decimal): -4518129 or 987067. OLE color: 987067.
HSL color Cylindrical-coordinate representation of color #BB0F0F: hue angle of 0º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0F0F is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 15 | 15 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.27 |
| HSL | 0º | 0.85% | 0.4% | - |
| HSV(B) | 0º | 0.92% | 0.73% | - |
| XYZ | 20.75 | 10.94 | 1.47 | - |
| YUV | 66.43 | 98.98 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 15 | 0 | 0.92 | 0.92 | 0.27 | 0 | 0.85 | 0.4 |
| Hex | BB | F | F | 0 | 5C | 5C | 1B | 0 | 55 | 28 |
| Octal | 273 | 17 | 17 | 0 | 134 | 134 | 33 | 0 | 125 | 50 |
| Binary | 10111011 | 1111 | 1111 | 0 | 1011100 | 1011100 | 11011 | 0 | 1010101 | 101000 |
Color Harmonies of #BB0F0F
Complementary color
Monochromatic Colors of #BB0F0F
Black with #BB0F0F
Text Example
Text Example
White with #BB0F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0F0F; }
p { color: rgb(187,15,15); }
H1.HeaderClassName
{
color: #BB0F0F;
}
.AnyTagClassName
{
color: #BB0F0F;
}
</style>
background-color css
<style>
a { background-color: #BB0F0F; }
a { background-color: rgb(187,15,15); }
div.DivClassName
{
background-color: #BB0F0F;
}
.BgClassName
{
background-color: #BB0F0F;
}
</style>
border-color css
<style>
span { border-color: #BB0F0F; }
span { border-color: rgb(187,15,15); }
td.TdClassName
{
border-color: #BB0F0F;
}
.TagClassName
{
border-color: #BB0F0F;
}
</style>