Shades of Free Speech Red #BB0E04
Tints of Free Speech Red #BB0E04
RGB
CMYK
RGB Variations
Color information
#BB0E04 (or 0xBB0E04) is known color: Free Speech Red. HEX triplet: BB, 0E and 04. RGB value is (187,14,4). Sum of RGB (Red+Green+Blue) = 187+14+4=205 (27% of max value = 765). Red value is 187 (73.44% from 255 or 91.22% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0E04 is #44F1FB. Grayscale: #404040. Windows color (decimal): -4518396 or 265915. OLE color: 265915.
HSL color Cylindrical-coordinate representation of color #BB0E04: hue angle of 3.28º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0E04 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 14 | 4 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.27 |
| HSL | 3.28º | 0.96% | 0.37% | - |
| HSV(B) | 3.28º | 0.98% | 0.73% | - |
| XYZ | 20.67 | 10.89 | 1.13 | - |
| YUV | 64.59 | 93.81 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 14 | 4 | 0 | 0.93 | 0.98 | 0.27 | 3.28 | 0.96 | 0.37 |
| Hex | BB | E | 4 | 0 | 5D | 62 | 1B | 3 | 60 | 25 |
| Octal | 273 | 16 | 4 | 0 | 135 | 142 | 33 | 3 | 140 | 45 |
| Binary | 10111011 | 1110 | 100 | 0 | 1011101 | 1100010 | 11011 | 11 | 1100000 | 100101 |
Color Harmonies of #BB0E04
Complementary color
Monochromatic Colors of #BB0E04
Black with #BB0E04
Text Example
Text Example
White with #BB0E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0E04; }
p { color: rgb(187,14,4); }
H1.HeaderClassName
{
color: #BB0E04;
}
.AnyTagClassName
{
color: #BB0E04;
}
</style>
background-color css
<style>
a { background-color: #BB0E04; }
a { background-color: rgb(187,14,4); }
div.DivClassName
{
background-color: #BB0E04;
}
.BgClassName
{
background-color: #BB0E04;
}
</style>
border-color css
<style>
span { border-color: #BB0E04; }
span { border-color: rgb(187,14,4); }
td.TdClassName
{
border-color: #BB0E04;
}
.TagClassName
{
border-color: #BB0E04;
}
</style>