Shades of Free Speech Red #BB0C00
Tints of Free Speech Red #BB0C00
RGB
CMYK
RGB Variations
Color information
#BB0C00 (or 0xBB0C00) is known color: Free Speech Red. HEX triplet: BB, 0C and 00. RGB value is (187,12,0). Sum of RGB (Red+Green+Blue) = 187+12+0=199 (26% of max value = 765). Red value is 187 (73.44% from 255 or 93.97% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0C00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0C00 is #44F3FF. Grayscale: #3F3F3F. Windows color (decimal): -4518912 or 3259. OLE color: 3259.
HSL color Cylindrical-coordinate representation of color #BB0C00: hue angle of 3.85º 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 #BB0C00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 12 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.27 |
| HSL | 3.85º | 1% | 0.37% | - |
| HSV(B) | 3.85º | 1% | 0.73% | - |
| XYZ | 20.62 | 10.83 | 1 | - |
| YUV | 62.96 | 92.48 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 0 | 0 | 0.94 | 1 | 0.27 | 3.85 | 1 | 0.37 |
| Hex | BB | C | 0 | 0 | 5E | 64 | 1B | 4 | 64 | 25 |
| Octal | 273 | 14 | 0 | 0 | 136 | 144 | 33 | 4 | 144 | 45 |
| Binary | 10111011 | 1100 | 0 | 0 | 1011110 | 1100100 | 11011 | 100 | 1100100 | 100101 |
Color Harmonies of #BB0C00
Complementary color
Monochromatic Colors of #BB0C00
Black with #BB0C00
Text Example
Text Example
White with #BB0C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0C00; }
p { color: rgb(187,12,0); }
H1.HeaderClassName
{
color: #BB0C00;
}
.AnyTagClassName
{
color: #BB0C00;
}
</style>
background-color css
<style>
a { background-color: #BB0C00; }
a { background-color: rgb(187,12,0); }
div.DivClassName
{
background-color: #BB0C00;
}
.BgClassName
{
background-color: #BB0C00;
}
</style>
border-color css
<style>
span { border-color: #BB0C00; }
span { border-color: rgb(187,12,0); }
td.TdClassName
{
border-color: #BB0C00;
}
.TagClassName
{
border-color: #BB0C00;
}
</style>