Shades of Free Speech Red #BB0C01
Tints of Free Speech Red #BB0C01
RGB
CMYK
RGB Variations
Color information
#BB0C01 (or 0xBB0C01) is known color: Free Speech Red. HEX triplet: BB, 0C and 01. RGB value is (187,12,1). Sum of RGB (Red+Green+Blue) = 187+12+1=200 (26% of max value = 765). Red value is 187 (73.44% from 255 or 93.5% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0C01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0C01 is #44F3FE. Grayscale: #3F3F3F. Windows color (decimal): -4518911 or 68795. OLE color: 68795.
HSL color Cylindrical-coordinate representation of color #BB0C01: hue angle of 3.55º 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 #BB0C01 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 12 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.27 |
| HSL | 3.55º | 0.99% | 0.37% | - |
| HSV(B) | 3.55º | 0.99% | 0.73% | - |
| XYZ | 20.63 | 10.83 | 1.03 | - |
| YUV | 63.07 | 92.98 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 1 | 0 | 0.94 | 0.99 | 0.27 | 3.55 | 0.99 | 0.37 |
| Hex | BB | C | 1 | 0 | 5E | 63 | 1B | 4 | 63 | 25 |
| Octal | 273 | 14 | 1 | 0 | 136 | 143 | 33 | 4 | 143 | 45 |
| Binary | 10111011 | 1100 | 1 | 0 | 1011110 | 1100011 | 11011 | 100 | 1100011 | 100101 |
Color Harmonies of #BB0C01
Complementary color
Monochromatic Colors of #BB0C01
Black with #BB0C01
Text Example
Text Example
White with #BB0C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0C01; }
p { color: rgb(187,12,1); }
H1.HeaderClassName
{
color: #BB0C01;
}
.AnyTagClassName
{
color: #BB0C01;
}
</style>
background-color css
<style>
a { background-color: #BB0C01; }
a { background-color: rgb(187,12,1); }
div.DivClassName
{
background-color: #BB0C01;
}
.BgClassName
{
background-color: #BB0C01;
}
</style>
border-color css
<style>
span { border-color: #BB0C01; }
span { border-color: rgb(187,12,1); }
td.TdClassName
{
border-color: #BB0C01;
}
.TagClassName
{
border-color: #BB0C01;
}
</style>