Shades of Free Speech Red #BB150D
Tints of Free Speech Red #BB150D
RGB
CMYK
RGB Variations
Color information
#BB150D (or 0xBB150D) is known color: Free Speech Red. HEX triplet: BB, 15 and 0D. RGB value is (187,21,13). Sum of RGB (Red+Green+Blue) = 187+21+13=221 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.62% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 187 - color contains mainly: red. Hex color #BB150D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB150D is #44EAF2. Grayscale: #454545. Windows color (decimal): -4516595 or 857531. OLE color: 857531.
HSL color Cylindrical-coordinate representation of color #BB150D: hue angle of 2.76º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB150D is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 13 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.27 |
| HSL | 2.76º | 0.87% | 0.39% | - |
| HSV(B) | 2.76º | 0.93% | 0.73% | - |
| XYZ | 20.83 | 11.13 | 1.43 | - |
| YUV | 69.72 | 96 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 13 | 0 | 0.89 | 0.93 | 0.27 | 2.76 | 0.87 | 0.39 |
| Hex | BB | 15 | D | 0 | 59 | 5D | 1B | 3 | 57 | 27 |
| Octal | 273 | 25 | 15 | 0 | 131 | 135 | 33 | 3 | 127 | 47 |
| Binary | 10111011 | 10101 | 1101 | 0 | 1011001 | 1011101 | 11011 | 11 | 1010111 | 100111 |
Color Harmonies of #BB150D
Complementary color
Monochromatic Colors of #BB150D
Black with #BB150D
Text Example
Text Example
White with #BB150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB150D; }
p { color: rgb(187,21,13); }
H1.HeaderClassName
{
color: #BB150D;
}
.AnyTagClassName
{
color: #BB150D;
}
</style>
background-color css
<style>
a { background-color: #BB150D; }
a { background-color: rgb(187,21,13); }
div.DivClassName
{
background-color: #BB150D;
}
.BgClassName
{
background-color: #BB150D;
}
</style>
border-color css
<style>
span { border-color: #BB150D; }
span { border-color: rgb(187,21,13); }
td.TdClassName
{
border-color: #BB150D;
}
.TagClassName
{
border-color: #BB150D;
}
</style>