Shades of Free Speech Red #BB0707
Tints of Free Speech Red #BB0707
RGB
CMYK
RGB Variations
Color information
#BB0707 (or 0xBB0707) is known color: Free Speech Red. HEX triplet: BB, 07 and 07. RGB value is (187,7,7). Sum of RGB (Red+Green+Blue) = 187+7+7=201 (26% of max value = 765). Red value is 187 (73.44% from 255 or 93.03% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0707 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0707 is #44F8F8. Grayscale: #3D3D3D. Windows color (decimal): -4520185 or 460731. OLE color: 460731.
HSL color Cylindrical-coordinate representation of color #BB0707: hue angle of 0º 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 #BB0707 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 7 | 7 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.27 |
| HSL | 0º | 0.93% | 0.38% | - |
| HSV(B) | 0º | 0.96% | 0.73% | - |
| XYZ | 20.61 | 10.73 | 1.19 | - |
| YUV | 60.82 | 97.63 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 7 | 0 | 0.96 | 0.96 | 0.27 | 0 | 0.93 | 0.38 |
| Hex | BB | 7 | 7 | 0 | 60 | 60 | 1B | 0 | 5D | 26 |
| Octal | 273 | 7 | 7 | 0 | 140 | 140 | 33 | 0 | 135 | 46 |
| Binary | 10111011 | 111 | 111 | 0 | 1100000 | 1100000 | 11011 | 0 | 1011101 | 100110 |
Color Harmonies of #BB0707
Complementary color
Monochromatic Colors of #BB0707
Black with #BB0707
Text Example
Text Example
White with #BB0707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0707; }
p { color: rgb(187,7,7); }
H1.HeaderClassName
{
color: #BB0707;
}
.AnyTagClassName
{
color: #BB0707;
}
</style>
background-color css
<style>
a { background-color: #BB0707; }
a { background-color: rgb(187,7,7); }
div.DivClassName
{
background-color: #BB0707;
}
.BgClassName
{
background-color: #BB0707;
}
</style>
border-color css
<style>
span { border-color: #BB0707; }
span { border-color: rgb(187,7,7); }
td.TdClassName
{
border-color: #BB0707;
}
.TagClassName
{
border-color: #BB0707;
}
</style>