Shades of Free Speech Red #BB0502
Tints of Free Speech Red #BB0502
RGB
CMYK
RGB Variations
Color information
#BB0502 (or 0xBB0502) is known color: Free Speech Red. HEX triplet: BB, 05 and 02. RGB value is (187,5,2). Sum of RGB (Red+Green+Blue) = 187+5+2=194 (25% of max value = 765). Red value is 187 (73.44% from 255 or 96.39% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0502 is #44FAFD. Grayscale: #3B3B3B. Windows color (decimal): -4520702 or 132539. OLE color: 132539.
HSL color Cylindrical-coordinate representation of color #BB0502: hue angle of 0.97º 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 #BB0502 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 5 | 2 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.27 |
| HSL | 0.97º | 0.98% | 0.37% | - |
| HSV(B) | 0.97º | 0.99% | 0.73% | - |
| XYZ | 20.56 | 10.68 | 1.03 | - |
| YUV | 59.08 | 95.8 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 5 | 2 | 0 | 0.97 | 0.99 | 0.27 | 0.97 | 0.98 | 0.37 |
| Hex | BB | 5 | 2 | 0 | 61 | 63 | 1B | 1 | 62 | 25 |
| Octal | 273 | 5 | 2 | 0 | 141 | 143 | 33 | 1 | 142 | 45 |
| Binary | 10111011 | 101 | 10 | 0 | 1100001 | 1100011 | 11011 | 1 | 1100010 | 100101 |
Color Harmonies of #BB0502
Complementary color
Monochromatic Colors of #BB0502
Black with #BB0502
Text Example
Text Example
White with #BB0502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0502; }
p { color: rgb(187,5,2); }
H1.HeaderClassName
{
color: #BB0502;
}
.AnyTagClassName
{
color: #BB0502;
}
</style>
background-color css
<style>
a { background-color: #BB0502; }
a { background-color: rgb(187,5,2); }
div.DivClassName
{
background-color: #BB0502;
}
.BgClassName
{
background-color: #BB0502;
}
</style>
border-color css
<style>
span { border-color: #BB0502; }
span { border-color: rgb(187,5,2); }
td.TdClassName
{
border-color: #BB0502;
}
.TagClassName
{
border-color: #BB0502;
}
</style>