Shades of Free Speech Red #BB110E
Tints of Free Speech Red #BB110E
RGB
CMYK
RGB Variations
Color information
#BB110E (or 0xBB110E) is known color: Free Speech Red. HEX triplet: BB, 11 and 0E. RGB value is (187,17,14). Sum of RGB (Red+Green+Blue) = 187+17+14=218 (28% of max value = 765). Red value is 187 (73.44% from 255 or 85.78% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 187 - color contains mainly: red. Hex color #BB110E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB110E is #44EEF1. Grayscale: #434343. Windows color (decimal): -4517618 or 922043. OLE color: 922043.
HSL color Cylindrical-coordinate representation of color #BB110E: hue angle of 1.04º 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 #BB110E is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 14 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.27 |
| HSL | 1.04º | 0.86% | 0.39% | - |
| HSV(B) | 1.04º | 0.93% | 0.73% | - |
| XYZ | 20.77 | 11 | 1.44 | - |
| YUV | 67.49 | 97.82 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 14 | 0 | 0.91 | 0.93 | 0.27 | 1.04 | 0.86 | 0.39 |
| Hex | BB | 11 | E | 0 | 5B | 5D | 1B | 1 | 56 | 27 |
| Octal | 273 | 21 | 16 | 0 | 133 | 135 | 33 | 1 | 126 | 47 |
| Binary | 10111011 | 10001 | 1110 | 0 | 1011011 | 1011101 | 11011 | 1 | 1010110 | 100111 |
Color Harmonies of #BB110E
Complementary color
Monochromatic Colors of #BB110E
Black with #BB110E
Text Example
Text Example
White with #BB110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB110E; }
p { color: rgb(187,17,14); }
H1.HeaderClassName
{
color: #BB110E;
}
.AnyTagClassName
{
color: #BB110E;
}
</style>
background-color css
<style>
a { background-color: #BB110E; }
a { background-color: rgb(187,17,14); }
div.DivClassName
{
background-color: #BB110E;
}
.BgClassName
{
background-color: #BB110E;
}
</style>
border-color css
<style>
span { border-color: #BB110E; }
span { border-color: rgb(187,17,14); }
td.TdClassName
{
border-color: #BB110E;
}
.TagClassName
{
border-color: #BB110E;
}
</style>