Shades of Free Speech Red #BB140E
Tints of Free Speech Red #BB140E
RGB
CMYK
RGB Variations
Color information
#BB140E (or 0xBB140E) is known color: Free Speech Red. HEX triplet: BB, 14 and 0E. RGB value is (187,20,14). Sum of RGB (Red+Green+Blue) = 187+20+14=221 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.62% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 187 - color contains mainly: red. Hex color #BB140E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB140E is #44EBF1. Grayscale: #454545. Windows color (decimal): -4516850 or 922811. OLE color: 922811.
HSL color Cylindrical-coordinate representation of color #BB140E: hue angle of 2.08º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB140E is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 20 | 14 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.27 |
| HSL | 2.08º | 0.86% | 0.39% | - |
| HSV(B) | 2.08º | 0.93% | 0.73% | - |
| XYZ | 20.82 | 11.1 | 1.46 | - |
| YUV | 69.25 | 96.83 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 14 | 0 | 0.89 | 0.93 | 0.27 | 2.08 | 0.86 | 0.39 |
| Hex | BB | 14 | E | 0 | 59 | 5D | 1B | 2 | 56 | 27 |
| Octal | 273 | 24 | 16 | 0 | 131 | 135 | 33 | 2 | 126 | 47 |
| Binary | 10111011 | 10100 | 1110 | 0 | 1011001 | 1011101 | 11011 | 10 | 1010110 | 100111 |
Color Harmonies of #BB140E
Complementary color
Monochromatic Colors of #BB140E
Black with #BB140E
Text Example
Text Example
White with #BB140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB140E; }
p { color: rgb(187,20,14); }
H1.HeaderClassName
{
color: #BB140E;
}
.AnyTagClassName
{
color: #BB140E;
}
</style>
background-color css
<style>
a { background-color: #BB140E; }
a { background-color: rgb(187,20,14); }
div.DivClassName
{
background-color: #BB140E;
}
.BgClassName
{
background-color: #BB140E;
}
</style>
border-color css
<style>
span { border-color: #BB140E; }
span { border-color: rgb(187,20,14); }
td.TdClassName
{
border-color: #BB140E;
}
.TagClassName
{
border-color: #BB140E;
}
</style>