Shades of Free Speech Red #BB1001
Tints of Free Speech Red #BB1001
RGB
CMYK
RGB Variations
Color information
#BB1001 (or 0xBB1001) is known color: Free Speech Red. HEX triplet: BB, 10 and 01. RGB value is (187,16,1). Sum of RGB (Red+Green+Blue) = 187+16+1=204 (27% of max value = 765). Red value is 187 (73.44% from 255 or 91.67% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1001 is #44EFFE. Grayscale: #414141. Windows color (decimal): -4517887 or 69819. OLE color: 69819.
HSL color Cylindrical-coordinate representation of color #BB1001: hue angle of 4.84º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB1001 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 16 | 1 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.27 |
| HSL | 4.84º | 0.99% | 0.37% | - |
| HSV(B) | 4.84º | 0.99% | 0.73% | - |
| XYZ | 20.68 | 10.94 | 1.05 | - |
| YUV | 65.42 | 91.65 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 1 | 0 | 0.91 | 0.99 | 0.27 | 4.84 | 0.99 | 0.37 |
| Hex | BB | 10 | 1 | 0 | 5B | 63 | 1B | 5 | 63 | 25 |
| Octal | 273 | 20 | 1 | 0 | 133 | 143 | 33 | 5 | 143 | 45 |
| Binary | 10111011 | 10000 | 1 | 0 | 1011011 | 1100011 | 11011 | 101 | 1100011 | 100101 |
Color Harmonies of #BB1001
Complementary color
Monochromatic Colors of #BB1001
Black with #BB1001
Text Example
Text Example
White with #BB1001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1001; }
p { color: rgb(187,16,1); }
H1.HeaderClassName
{
color: #BB1001;
}
.AnyTagClassName
{
color: #BB1001;
}
</style>
background-color css
<style>
a { background-color: #BB1001; }
a { background-color: rgb(187,16,1); }
div.DivClassName
{
background-color: #BB1001;
}
.BgClassName
{
background-color: #BB1001;
}
</style>
border-color css
<style>
span { border-color: #BB1001; }
span { border-color: rgb(187,16,1); }
td.TdClassName
{
border-color: #BB1001;
}
.TagClassName
{
border-color: #BB1001;
}
</style>