Shades of Free Speech Red #BB0B01
Tints of Free Speech Red #BB0B01
RGB
CMYK
RGB Variations
Color information
#BB0B01 (or 0xBB0B01) is known color: Free Speech Red. HEX triplet: BB, 0B and 01. RGB value is (187,11,1). Sum of RGB (Red+Green+Blue) = 187+11+1=199 (26% of max value = 765). Red value is 187 (73.44% from 255 or 93.97% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0B01 is #44F4FE. Grayscale: #3E3E3E. Windows color (decimal): -4519167 or 68539. OLE color: 68539.
HSL color Cylindrical-coordinate representation of color #BB0B01: hue angle of 3.23º 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 #BB0B01 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 11 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.27 |
| HSL | 3.23º | 0.99% | 0.37% | - |
| HSV(B) | 3.23º | 0.99% | 0.73% | - |
| XYZ | 20.62 | 10.81 | 1.03 | - |
| YUV | 62.48 | 93.31 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 1 | 0 | 0.94 | 0.99 | 0.27 | 3.23 | 0.99 | 0.37 |
| Hex | BB | B | 1 | 0 | 5E | 63 | 1B | 3 | 63 | 25 |
| Octal | 273 | 13 | 1 | 0 | 136 | 143 | 33 | 3 | 143 | 45 |
| Binary | 10111011 | 1011 | 1 | 0 | 1011110 | 1100011 | 11011 | 11 | 1100011 | 100101 |
Color Harmonies of #BB0B01
Complementary color
Monochromatic Colors of #BB0B01
Black with #BB0B01
Text Example
Text Example
White with #BB0B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0B01; }
p { color: rgb(187,11,1); }
H1.HeaderClassName
{
color: #BB0B01;
}
.AnyTagClassName
{
color: #BB0B01;
}
</style>
background-color css
<style>
a { background-color: #BB0B01; }
a { background-color: rgb(187,11,1); }
div.DivClassName
{
background-color: #BB0B01;
}
.BgClassName
{
background-color: #BB0B01;
}
</style>
border-color css
<style>
span { border-color: #BB0B01; }
span { border-color: rgb(187,11,1); }
td.TdClassName
{
border-color: #BB0B01;
}
.TagClassName
{
border-color: #BB0B01;
}
</style>