Shades of Free Speech Red #BB0902
Tints of Free Speech Red #BB0902
RGB
CMYK
RGB Variations
Color information
#BB0902 (or 0xBB0902) is known color: Free Speech Red. HEX triplet: BB, 09 and 02. RGB value is (187,9,2). Sum of RGB (Red+Green+Blue) = 187+9+2=198 (26% of max value = 765). Red value is 187 (73.44% from 255 or 94.44% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0902 is #44F6FD. Grayscale: #3D3D3D. Windows color (decimal): -4519678 or 133563. OLE color: 133563.
HSL color Cylindrical-coordinate representation of color #BB0902: hue angle of 2.27º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0902 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 9 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.27 |
| HSL | 2.27º | 0.98% | 0.37% | - |
| HSV(B) | 2.27º | 0.99% | 0.73% | - |
| XYZ | 20.6 | 10.76 | 1.05 | - |
| YUV | 61.42 | 94.47 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 9 | 2 | 0 | 0.95 | 0.99 | 0.27 | 2.27 | 0.98 | 0.37 |
| Hex | BB | 9 | 2 | 0 | 5F | 63 | 1B | 2 | 62 | 25 |
| Octal | 273 | 11 | 2 | 0 | 137 | 143 | 33 | 2 | 142 | 45 |
| Binary | 10111011 | 1001 | 10 | 0 | 1011111 | 1100011 | 11011 | 10 | 1100010 | 100101 |
Color Harmonies of #BB0902
Complementary color
Monochromatic Colors of #BB0902
Black with #BB0902
Text Example
Text Example
White with #BB0902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0902; }
p { color: rgb(187,9,2); }
H1.HeaderClassName
{
color: #BB0902;
}
.AnyTagClassName
{
color: #BB0902;
}
</style>
background-color css
<style>
a { background-color: #BB0902; }
a { background-color: rgb(187,9,2); }
div.DivClassName
{
background-color: #BB0902;
}
.BgClassName
{
background-color: #BB0902;
}
</style>
border-color css
<style>
span { border-color: #BB0902; }
span { border-color: rgb(187,9,2); }
td.TdClassName
{
border-color: #BB0902;
}
.TagClassName
{
border-color: #BB0902;
}
</style>