Shades of Free Speech Red #BB1908
Tints of Free Speech Red #BB1908
RGB
CMYK
RGB Variations
Color information
#BB1908 (or 0xBB1908) is known color: Free Speech Red. HEX triplet: BB, 19 and 08. RGB value is (187,25,8). Sum of RGB (Red+Green+Blue) = 187+25+8=220 (29% of max value = 765). Red value is 187 (73.44% from 255 or 85% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1908 is #44E6F7. Grayscale: #474747. Windows color (decimal): -4515576 or 530875. OLE color: 530875.
HSL color Cylindrical-coordinate representation of color #BB1908: hue angle of 5.7º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB1908 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 8 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.27 |
| HSL | 5.7º | 0.92% | 0.38% | - |
| HSV(B) | 5.7º | 0.96% | 0.73% | - |
| XYZ | 20.88 | 11.28 | 1.31 | - |
| YUV | 71.5 | 92.17 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 8 | 0 | 0.87 | 0.96 | 0.27 | 5.7 | 0.92 | 0.38 |
| Hex | BB | 19 | 8 | 0 | 57 | 60 | 1B | 6 | 5C | 26 |
| Octal | 273 | 31 | 10 | 0 | 127 | 140 | 33 | 6 | 134 | 46 |
| Binary | 10111011 | 11001 | 1000 | 0 | 1010111 | 1100000 | 11011 | 110 | 1011100 | 100110 |
Color Harmonies of #BB1908
Complementary color
Monochromatic Colors of #BB1908
Black with #BB1908
Text Example
Text Example
White with #BB1908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1908; }
p { color: rgb(187,25,8); }
H1.HeaderClassName
{
color: #BB1908;
}
.AnyTagClassName
{
color: #BB1908;
}
</style>
background-color css
<style>
a { background-color: #BB1908; }
a { background-color: rgb(187,25,8); }
div.DivClassName
{
background-color: #BB1908;
}
.BgClassName
{
background-color: #BB1908;
}
</style>
border-color css
<style>
span { border-color: #BB1908; }
span { border-color: rgb(187,25,8); }
td.TdClassName
{
border-color: #BB1908;
}
.TagClassName
{
border-color: #BB1908;
}
</style>