Shades of Free Speech Red #BB1901
Tints of Free Speech Red #BB1901
RGB
CMYK
RGB Variations
Color information
#BB1901 (or 0xBB1901) is known color: Free Speech Red. HEX triplet: BB, 19 and 01. RGB value is (187,25,1). Sum of RGB (Red+Green+Blue) = 187+25+1=213 (28% of max value = 765). Red value is 187 (73.44% from 255 or 87.79% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1901 is #44E6FE. Grayscale: #464646. Windows color (decimal): -4515583 or 72123. OLE color: 72123.
HSL color Cylindrical-coordinate representation of color #BB1901: hue angle of 7.74º 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 #BB1901 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 1 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.27 |
| HSL | 7.74º | 0.99% | 0.37% | - |
| HSV(B) | 7.74º | 0.99% | 0.73% | - |
| XYZ | 20.85 | 11.26 | 1.1 | - |
| YUV | 70.7 | 88.67 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 1 | 0 | 0.87 | 0.99 | 0.27 | 7.74 | 0.99 | 0.37 |
| Hex | BB | 19 | 1 | 0 | 57 | 63 | 1B | 8 | 63 | 25 |
| Octal | 273 | 31 | 1 | 0 | 127 | 143 | 33 | 10 | 143 | 45 |
| Binary | 10111011 | 11001 | 1 | 0 | 1010111 | 1100011 | 11011 | 1000 | 1100011 | 100101 |
Color Harmonies of #BB1901
Complementary color
Monochromatic Colors of #BB1901
Black with #BB1901
Text Example
Text Example
White with #BB1901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1901; }
p { color: rgb(187,25,1); }
H1.HeaderClassName
{
color: #BB1901;
}
.AnyTagClassName
{
color: #BB1901;
}
</style>
background-color css
<style>
a { background-color: #BB1901; }
a { background-color: rgb(187,25,1); }
div.DivClassName
{
background-color: #BB1901;
}
.BgClassName
{
background-color: #BB1901;
}
</style>
border-color css
<style>
span { border-color: #BB1901; }
span { border-color: rgb(187,25,1); }
td.TdClassName
{
border-color: #BB1901;
}
.TagClassName
{
border-color: #BB1901;
}
</style>