Shades of Free Speech Red #BB1400
Tints of Free Speech Red #BB1400
RGB
CMYK
RGB Variations
Color information
#BB1400 (or 0xBB1400) is known color: Free Speech Red. HEX triplet: BB, 14 and 00. RGB value is (187,20,0). Sum of RGB (Red+Green+Blue) = 187+20+0=207 (27% of max value = 765). Red value is 187 (73.44% from 255 or 90.34% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1400 is #44EBFF. Grayscale: #434343. Windows color (decimal): -4516864 or 5307. OLE color: 5307.
HSL color Cylindrical-coordinate representation of color #BB1400: hue angle of 6.42º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB1400 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 20 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.27 |
| HSL | 6.42º | 1% | 0.37% | - |
| HSV(B) | 6.42º | 1% | 0.73% | - |
| XYZ | 20.74 | 11.07 | 1.04 | - |
| YUV | 67.65 | 89.83 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 0 | 0 | 0.89 | 1 | 0.27 | 6.42 | 1 | 0.37 |
| Hex | BB | 14 | 0 | 0 | 59 | 64 | 1B | 6 | 64 | 25 |
| Octal | 273 | 24 | 0 | 0 | 131 | 144 | 33 | 6 | 144 | 45 |
| Binary | 10111011 | 10100 | 0 | 0 | 1011001 | 1100100 | 11011 | 110 | 1100100 | 100101 |
Color Harmonies of #BB1400
Complementary color
Monochromatic Colors of #BB1400
Black with #BB1400
Text Example
Text Example
White with #BB1400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1400; }
p { color: rgb(187,20,0); }
H1.HeaderClassName
{
color: #BB1400;
}
.AnyTagClassName
{
color: #BB1400;
}
</style>
background-color css
<style>
a { background-color: #BB1400; }
a { background-color: rgb(187,20,0); }
div.DivClassName
{
background-color: #BB1400;
}
.BgClassName
{
background-color: #BB1400;
}
</style>
border-color css
<style>
span { border-color: #BB1400; }
span { border-color: rgb(187,20,0); }
td.TdClassName
{
border-color: #BB1400;
}
.TagClassName
{
border-color: #BB1400;
}
</style>