Shades of Free Speech Red #BB0703
Tints of Free Speech Red #BB0703
RGB
CMYK
RGB Variations
Color information
#BB0703 (or 0xBB0703) is known color: Free Speech Red. HEX triplet: BB, 07 and 03. RGB value is (187,7,3). Sum of RGB (Red+Green+Blue) = 187+7+3=197 (26% of max value = 765). Red value is 187 (73.44% from 255 or 94.92% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0703 is #44F8FC. Grayscale: #3C3C3C. Windows color (decimal): -4520189 or 198587. OLE color: 198587.
HSL color Cylindrical-coordinate representation of color #BB0703: hue angle of 1.3º degrees, saturation: 0.97, 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 #BB0703 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 7 | 3 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.27 |
| HSL | 1.3º | 0.97% | 0.37% | - |
| HSV(B) | 1.3º | 0.98% | 0.73% | - |
| XYZ | 20.59 | 10.72 | 1.07 | - |
| YUV | 60.36 | 95.63 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 3 | 0 | 0.96 | 0.98 | 0.27 | 1.3 | 0.97 | 0.37 |
| Hex | BB | 7 | 3 | 0 | 60 | 62 | 1B | 1 | 61 | 25 |
| Octal | 273 | 7 | 3 | 0 | 140 | 142 | 33 | 1 | 141 | 45 |
| Binary | 10111011 | 111 | 11 | 0 | 1100000 | 1100010 | 11011 | 1 | 1100001 | 100101 |
Color Harmonies of #BB0703
Complementary color
Monochromatic Colors of #BB0703
Black with #BB0703
Text Example
Text Example
White with #BB0703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0703; }
p { color: rgb(187,7,3); }
H1.HeaderClassName
{
color: #BB0703;
}
.AnyTagClassName
{
color: #BB0703;
}
</style>
background-color css
<style>
a { background-color: #BB0703; }
a { background-color: rgb(187,7,3); }
div.DivClassName
{
background-color: #BB0703;
}
.BgClassName
{
background-color: #BB0703;
}
</style>
border-color css
<style>
span { border-color: #BB0703; }
span { border-color: rgb(187,7,3); }
td.TdClassName
{
border-color: #BB0703;
}
.TagClassName
{
border-color: #BB0703;
}
</style>