Shades of Free Speech Red #B0100B
Tints of Free Speech Red #B0100B
RGB
CMYK
RGB Variations
Color information
#B0100B (or 0xB0100B) is known color: Free Speech Red. HEX triplet: B0, 10 and 0B. RGB value is (176,16,11). Sum of RGB (Red+Green+Blue) = 176+16+11=203 (26% of max value = 765). Red value is 176 (69.14% from 255 or 86.70% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 176 - color contains mainly: red. Hex color #B0100B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0100B is #4FEFF4. Grayscale: #3F3F3F. Windows color (decimal): -5238773 or 725168. OLE color: 725168.
HSL color Cylindrical-coordinate representation of color #B0100B: hue angle of 1.82º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0100B is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 16 | 11 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.31 |
| HSL | 1.82º | 0.88% | 0.37% | - |
| HSV(B) | 1.82º | 0.94% | 0.69% | - |
| XYZ | 18.15 | 9.62 | 1.22 | - |
| YUV | 63.27 | 98.51 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 11 | 0 | 0.91 | 0.94 | 0.31 | 1.82 | 0.88 | 0.37 |
| Hex | B0 | 10 | B | 0 | 5B | 5E | 1F | 2 | 58 | 25 |
| Octal | 260 | 20 | 13 | 0 | 133 | 136 | 37 | 2 | 130 | 45 |
| Binary | 10110000 | 10000 | 1011 | 0 | 1011011 | 1011110 | 11111 | 10 | 1011000 | 100101 |
Color Harmonies of #B0100B
Complementary color
Monochromatic Colors of #B0100B
Black with #B0100B
Text Example
Text Example
White with #B0100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0100B; }
p { color: rgb(176,16,11); }
H1.HeaderClassName
{
color: #B0100B;
}
.AnyTagClassName
{
color: #B0100B;
}
</style>
background-color css
<style>
a { background-color: #B0100B; }
a { background-color: rgb(176,16,11); }
div.DivClassName
{
background-color: #B0100B;
}
.BgClassName
{
background-color: #B0100B;
}
</style>
border-color css
<style>
span { border-color: #B0100B; }
span { border-color: rgb(176,16,11); }
td.TdClassName
{
border-color: #B0100B;
}
.TagClassName
{
border-color: #B0100B;
}
</style>