Shades of Free Speech Red #BB1010
Tints of Free Speech Red #BB1010
RGB
CMYK
RGB Variations
Color information
#BB1010 (or 0xBB1010) is known color: Free Speech Red. HEX triplet: BB, 10 and 10. RGB value is (187,16,16). Sum of RGB (Red+Green+Blue) = 187+16+16=219 (29% of max value = 765). Red value is 187 (73.44% from 255 or 85.39% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1010 is #44EFEF. Grayscale: #434343. Windows color (decimal): -4517872 or 1052859. OLE color: 1052859.
HSL color Cylindrical-coordinate representation of color #BB1010: hue angle of 0º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1010 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 16 | 16 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.27 |
| HSL | 0º | 0.84% | 0.4% | - |
| HSV(B) | 0º | 0.91% | 0.73% | - |
| XYZ | 20.77 | 10.97 | 1.51 | - |
| YUV | 67.13 | 99.15 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 16 | 0 | 0.91 | 0.91 | 0.27 | 0 | 0.84 | 0.4 |
| Hex | BB | 10 | 10 | 0 | 5B | 5B | 1B | 0 | 54 | 28 |
| Octal | 273 | 20 | 20 | 0 | 133 | 133 | 33 | 0 | 124 | 50 |
| Binary | 10111011 | 10000 | 10000 | 0 | 1011011 | 1011011 | 11011 | 0 | 1010100 | 101000 |
Color Harmonies of #BB1010
Complementary color
Monochromatic Colors of #BB1010
Black with #BB1010
Text Example
Text Example
White with #BB1010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1010; }
p { color: rgb(187,16,16); }
H1.HeaderClassName
{
color: #BB1010;
}
.AnyTagClassName
{
color: #BB1010;
}
</style>
background-color css
<style>
a { background-color: #BB1010; }
a { background-color: rgb(187,16,16); }
div.DivClassName
{
background-color: #BB1010;
}
.BgClassName
{
background-color: #BB1010;
}
</style>
border-color css
<style>
span { border-color: #BB1010; }
span { border-color: rgb(187,16,16); }
td.TdClassName
{
border-color: #BB1010;
}
.TagClassName
{
border-color: #BB1010;
}
</style>