Shades of Free Speech Red #B10100
Tints of Free Speech Red #B10100
RGB
CMYK
RGB Variations
Color information
#B10100 (or 0xB10100) is known color: Free Speech Red. HEX triplet: B1, 01 and 00. RGB value is (177,1,0). Sum of RGB (Red+Green+Blue) = 177+1+0=178 (23% of max value = 765). Red value is 177 (69.53% from 255 or 99.44% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 177 - color contains mainly: red. Hex color #B10100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10100 is #4EFEFF. Grayscale: #353535. Windows color (decimal): -5177088 or 433. OLE color: 433.
HSL color Cylindrical-coordinate representation of color #B10100: hue angle of 0.34º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B10100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.31 |
| HSL | 0.34º | 1% | 0.35% | - |
| HSV(B) | 0.34º | 1% | 0.69% | - |
| XYZ | 18.14 | 9.37 | 0.85 | - |
| YUV | 53.51 | 97.81 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 0 | 0 | 0.99 | 1 | 0.31 | 0.34 | 1 | 0.35 |
| Hex | B1 | 1 | 0 | 0 | 63 | 64 | 1F | 0 | 64 | 23 |
| Octal | 261 | 1 | 0 | 0 | 143 | 144 | 37 | 0 | 144 | 43 |
| Binary | 10110001 | 1 | 0 | 0 | 1100011 | 1100100 | 11111 | 0 | 1100100 | 100011 |
Color Harmonies of #B10100
Complementary color
Monochromatic Colors of #B10100
Black with #B10100
Text Example
Text Example
White with #B10100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10100; }
p { color: rgb(177,1,0); }
H1.HeaderClassName
{
color: #B10100;
}
.AnyTagClassName
{
color: #B10100;
}
</style>
background-color css
<style>
a { background-color: #B10100; }
a { background-color: rgb(177,1,0); }
div.DivClassName
{
background-color: #B10100;
}
.BgClassName
{
background-color: #B10100;
}
</style>
border-color css
<style>
span { border-color: #B10100; }
span { border-color: rgb(177,1,0); }
td.TdClassName
{
border-color: #B10100;
}
.TagClassName
{
border-color: #B10100;
}
</style>