Shades of Free Speech Red #BB1601
Tints of Free Speech Red #BB1601
RGB
CMYK
RGB Variations
Color information
#BB1601 (or 0xBB1601) is known color: Free Speech Red. HEX triplet: BB, 16 and 01. RGB value is (187,22,1). Sum of RGB (Red+Green+Blue) = 187+22+1=210 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.05% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1601 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1601 is #44E9FE. Grayscale: #454545. Windows color (decimal): -4516351 or 71355. OLE color: 71355.
HSL color Cylindrical-coordinate representation of color #BB1601: hue angle of 6.77º 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 #BB1601 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 22 | 1 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.27 |
| HSL | 6.77º | 0.99% | 0.37% | - |
| HSV(B) | 6.77º | 0.99% | 0.73% | - |
| XYZ | 20.79 | 11.14 | 1.08 | - |
| YUV | 68.94 | 89.66 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 1 | 0 | 0.88 | 0.99 | 0.27 | 6.77 | 0.99 | 0.37 |
| Hex | BB | 16 | 1 | 0 | 58 | 63 | 1B | 7 | 63 | 25 |
| Octal | 273 | 26 | 1 | 0 | 130 | 143 | 33 | 7 | 143 | 45 |
| Binary | 10111011 | 10110 | 1 | 0 | 1011000 | 1100011 | 11011 | 111 | 1100011 | 100101 |
Color Harmonies of #BB1601
Complementary color
Monochromatic Colors of #BB1601
Black with #BB1601
Text Example
Text Example
White with #BB1601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1601; }
p { color: rgb(187,22,1); }
H1.HeaderClassName
{
color: #BB1601;
}
.AnyTagClassName
{
color: #BB1601;
}
</style>
background-color css
<style>
a { background-color: #BB1601; }
a { background-color: rgb(187,22,1); }
div.DivClassName
{
background-color: #BB1601;
}
.BgClassName
{
background-color: #BB1601;
}
</style>
border-color css
<style>
span { border-color: #BB1601; }
span { border-color: rgb(187,22,1); }
td.TdClassName
{
border-color: #BB1601;
}
.TagClassName
{
border-color: #BB1601;
}
</style>