Shades of Free Speech Red #BB1509
Tints of Free Speech Red #BB1509
RGB
CMYK
RGB Variations
Color information
#BB1509 (or 0xBB1509) is known color: Free Speech Red. HEX triplet: BB, 15 and 09. RGB value is (187,21,9). Sum of RGB (Red+Green+Blue) = 187+21+9=217 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.18% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 9 (3.91% from 255 or 4.15% from 217); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1509 is #44EAF6. Grayscale: #454545. Windows color (decimal): -4516599 or 595387. OLE color: 595387.
HSL color Cylindrical-coordinate representation of color #BB1509: hue angle of 4.04º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB1509 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 9 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.27 |
| HSL | 4.04º | 0.91% | 0.38% | - |
| HSV(B) | 4.04º | 0.95% | 0.73% | - |
| XYZ | 20.81 | 11.12 | 1.31 | - |
| YUV | 69.27 | 94 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 9 | 0 | 0.89 | 0.95 | 0.27 | 4.04 | 0.91 | 0.38 |
| Hex | BB | 15 | 9 | 0 | 59 | 5F | 1B | 4 | 5B | 26 |
| Octal | 273 | 25 | 11 | 0 | 131 | 137 | 33 | 4 | 133 | 46 |
| Binary | 10111011 | 10101 | 1001 | 0 | 1011001 | 1011111 | 11011 | 100 | 1011011 | 100110 |
Color Harmonies of #BB1509
Complementary color
Monochromatic Colors of #BB1509
Black with #BB1509
Text Example
Text Example
White with #BB1509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1509; }
p { color: rgb(187,21,9); }
H1.HeaderClassName
{
color: #BB1509;
}
.AnyTagClassName
{
color: #BB1509;
}
</style>
background-color css
<style>
a { background-color: #BB1509; }
a { background-color: rgb(187,21,9); }
div.DivClassName
{
background-color: #BB1509;
}
.BgClassName
{
background-color: #BB1509;
}
</style>
border-color css
<style>
span { border-color: #BB1509; }
span { border-color: rgb(187,21,9); }
td.TdClassName
{
border-color: #BB1509;
}
.TagClassName
{
border-color: #BB1509;
}
</style>