Shades of Free Speech Red #BB150B
Tints of Free Speech Red #BB150B
RGB
CMYK
RGB Variations
Color information
#BB150B (or 0xBB150B) is known color: Free Speech Red. HEX triplet: BB, 15 and 0B. RGB value is (187,21,11). Sum of RGB (Red+Green+Blue) = 187+21+11=219 (29% of max value = 765). Red value is 187 (73.44% from 255 or 85.39% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 187 - color contains mainly: red. Hex color #BB150B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB150B is #44EAF4. Grayscale: #454545. Windows color (decimal): -4516597 or 726459. OLE color: 726459.
HSL color Cylindrical-coordinate representation of color #BB150B: hue angle of 3.41º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB150B is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 11 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.27 |
| HSL | 3.41º | 0.89% | 0.39% | - |
| HSV(B) | 3.41º | 0.94% | 0.73% | - |
| XYZ | 20.82 | 11.13 | 1.37 | - |
| YUV | 69.49 | 95 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 11 | 0 | 0.89 | 0.94 | 0.27 | 3.41 | 0.89 | 0.39 |
| Hex | BB | 15 | B | 0 | 59 | 5E | 1B | 3 | 59 | 27 |
| Octal | 273 | 25 | 13 | 0 | 131 | 136 | 33 | 3 | 131 | 47 |
| Binary | 10111011 | 10101 | 1011 | 0 | 1011001 | 1011110 | 11011 | 11 | 1011001 | 100111 |
Color Harmonies of #BB150B
Complementary color
Monochromatic Colors of #BB150B
Black with #BB150B
Text Example
Text Example
White with #BB150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB150B; }
p { color: rgb(187,21,11); }
H1.HeaderClassName
{
color: #BB150B;
}
.AnyTagClassName
{
color: #BB150B;
}
</style>
background-color css
<style>
a { background-color: #BB150B; }
a { background-color: rgb(187,21,11); }
div.DivClassName
{
background-color: #BB150B;
}
.BgClassName
{
background-color: #BB150B;
}
</style>
border-color css
<style>
span { border-color: #BB150B; }
span { border-color: rgb(187,21,11); }
td.TdClassName
{
border-color: #BB150B;
}
.TagClassName
{
border-color: #BB150B;
}
</style>