Shades of Free Speech Red #BB1707
Tints of Free Speech Red #BB1707
RGB
CMYK
RGB Variations
Color information
#BB1707 (or 0xBB1707) is known color: Free Speech Red. HEX triplet: BB, 17 and 07. RGB value is (187,23,7). Sum of RGB (Red+Green+Blue) = 187+23+7=217 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.18% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1707 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1707 is #44E8F8. Grayscale: #464646. Windows color (decimal): -4516089 or 464827. OLE color: 464827.
HSL color Cylindrical-coordinate representation of color #BB1707: hue angle of 5.33º degrees, saturation: 0.93, 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 #BB1707 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 7 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.27 |
| HSL | 5.33º | 0.93% | 0.38% | - |
| HSV(B) | 5.33º | 0.96% | 0.73% | - |
| XYZ | 20.84 | 11.19 | 1.26 | - |
| YUV | 70.21 | 92.33 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 7 | 0 | 0.88 | 0.96 | 0.27 | 5.33 | 0.93 | 0.38 |
| Hex | BB | 17 | 7 | 0 | 58 | 60 | 1B | 5 | 5D | 26 |
| Octal | 273 | 27 | 7 | 0 | 130 | 140 | 33 | 5 | 135 | 46 |
| Binary | 10111011 | 10111 | 111 | 0 | 1011000 | 1100000 | 11011 | 101 | 1011101 | 100110 |
Color Harmonies of #BB1707
Complementary color
Monochromatic Colors of #BB1707
Black with #BB1707
Text Example
Text Example
White with #BB1707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1707; }
p { color: rgb(187,23,7); }
H1.HeaderClassName
{
color: #BB1707;
}
.AnyTagClassName
{
color: #BB1707;
}
</style>
background-color css
<style>
a { background-color: #BB1707; }
a { background-color: rgb(187,23,7); }
div.DivClassName
{
background-color: #BB1707;
}
.BgClassName
{
background-color: #BB1707;
}
</style>
border-color css
<style>
span { border-color: #BB1707; }
span { border-color: rgb(187,23,7); }
td.TdClassName
{
border-color: #BB1707;
}
.TagClassName
{
border-color: #BB1707;
}
</style>