Shades of Free Speech Red #BB0F04
Tints of Free Speech Red #BB0F04
RGB
CMYK
RGB Variations
Color information
#BB0F04 (or 0xBB0F04) is known color: Free Speech Red. HEX triplet: BB, 0F and 04. RGB value is (187,15,4). Sum of RGB (Red+Green+Blue) = 187+15+4=206 (27% of max value = 765). Red value is 187 (73.44% from 255 or 90.78% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0F04 is #44F0FB. Grayscale: #414141. Windows color (decimal): -4518140 or 266171. OLE color: 266171.
HSL color Cylindrical-coordinate representation of color #BB0F04: hue angle of 3.61º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0F04 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 15 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.27 |
| HSL | 3.61º | 0.96% | 0.37% | - |
| HSV(B) | 3.61º | 0.98% | 0.73% | - |
| XYZ | 20.69 | 10.92 | 1.13 | - |
| YUV | 65.17 | 93.48 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 4 | 0 | 0.92 | 0.98 | 0.27 | 3.61 | 0.96 | 0.37 |
| Hex | BB | F | 4 | 0 | 5C | 62 | 1B | 4 | 60 | 25 |
| Octal | 273 | 17 | 4 | 0 | 134 | 142 | 33 | 4 | 140 | 45 |
| Binary | 10111011 | 1111 | 100 | 0 | 1011100 | 1100010 | 11011 | 100 | 1100000 | 100101 |
Color Harmonies of #BB0F04
Complementary color
Monochromatic Colors of #BB0F04
Black with #BB0F04
Text Example
Text Example
White with #BB0F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0F04; }
p { color: rgb(187,15,4); }
H1.HeaderClassName
{
color: #BB0F04;
}
.AnyTagClassName
{
color: #BB0F04;
}
</style>
background-color css
<style>
a { background-color: #BB0F04; }
a { background-color: rgb(187,15,4); }
div.DivClassName
{
background-color: #BB0F04;
}
.BgClassName
{
background-color: #BB0F04;
}
</style>
border-color css
<style>
span { border-color: #BB0F04; }
span { border-color: rgb(187,15,4); }
td.TdClassName
{
border-color: #BB0F04;
}
.TagClassName
{
border-color: #BB0F04;
}
</style>