Shades of Free Speech Red #B11002
Tints of Free Speech Red #B11002
RGB
CMYK
RGB Variations
Color information
#B11002 (or 0xB11002) is known color: Free Speech Red. HEX triplet: B1, 10 and 02. RGB value is (177,16,2). Sum of RGB (Red+Green+Blue) = 177+16+2=195 (25% of max value = 765). Red value is 177 (69.53% from 255 or 90.77% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 177 - color contains mainly: red. Hex color #B11002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11002 is #4EEFFD. Grayscale: #3E3E3E. Windows color (decimal): -5173246 or 135345. OLE color: 135345.
HSL color Cylindrical-coordinate representation of color #B11002: hue angle of 4.8º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B11002 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.31 |
| HSL | 4.8º | 0.98% | 0.35% | - |
| HSV(B) | 4.8º | 0.99% | 0.69% | - |
| XYZ | 18.33 | 9.72 | 0.97 | - |
| YUV | 62.54 | 93.84 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 2 | 0 | 0.91 | 0.99 | 0.31 | 4.8 | 0.98 | 0.35 |
| Hex | B1 | 10 | 2 | 0 | 5B | 63 | 1F | 5 | 62 | 23 |
| Octal | 261 | 20 | 2 | 0 | 133 | 143 | 37 | 5 | 142 | 43 |
| Binary | 10110001 | 10000 | 10 | 0 | 1011011 | 1100011 | 11111 | 101 | 1100010 | 100011 |
Color Harmonies of #B11002
Complementary color
Monochromatic Colors of #B11002
Black with #B11002
Text Example
Text Example
White with #B11002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11002; }
p { color: rgb(177,16,2); }
H1.HeaderClassName
{
color: #B11002;
}
.AnyTagClassName
{
color: #B11002;
}
</style>
background-color css
<style>
a { background-color: #B11002; }
a { background-color: rgb(177,16,2); }
div.DivClassName
{
background-color: #B11002;
}
.BgClassName
{
background-color: #B11002;
}
</style>
border-color css
<style>
span { border-color: #B11002; }
span { border-color: rgb(177,16,2); }
td.TdClassName
{
border-color: #B11002;
}
.TagClassName
{
border-color: #B11002;
}
</style>