Shades of Free Speech Red #B3100B
Tints of Free Speech Red #B3100B
RGB
CMYK
RGB Variations
Color information
#B3100B (or 0xB3100B) is known color: Free Speech Red. HEX triplet: B3, 10 and 0B. RGB value is (179,16,11). Sum of RGB (Red+Green+Blue) = 179+16+11=206 (27% of max value = 765). Red value is 179 (70.31% from 255 or 86.89% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 179 - color contains mainly: red. Hex color #B3100B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3100B is #4CEFF4. Grayscale: #404040. Windows color (decimal): -5042165 or 725171. OLE color: 725171.
HSL color Cylindrical-coordinate representation of color #B3100B: hue angle of 1.79º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3100B is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 16 | 11 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.30 |
| HSL | 1.79º | 0.88% | 0.37% | - |
| HSV(B) | 1.79º | 0.94% | 0.7% | - |
| XYZ | 18.84 | 9.98 | 1.25 | - |
| YUV | 64.17 | 98 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 11 | 0 | 0.91 | 0.94 | 0.30 | 1.79 | 0.88 | 0.37 |
| Hex | B3 | 10 | B | 0 | 5B | 5E | 1E | 2 | 58 | 25 |
| Octal | 263 | 20 | 13 | 0 | 133 | 136 | 36 | 2 | 130 | 45 |
| Binary | 10110011 | 10000 | 1011 | 0 | 1011011 | 1011110 | 11110 | 10 | 1011000 | 100101 |
Color Harmonies of #B3100B
Complementary color
Monochromatic Colors of #B3100B
Black with #B3100B
Text Example
Text Example
White with #B3100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3100B; }
p { color: rgb(179,16,11); }
H1.HeaderClassName
{
color: #B3100B;
}
.AnyTagClassName
{
color: #B3100B;
}
</style>
background-color css
<style>
a { background-color: #B3100B; }
a { background-color: rgb(179,16,11); }
div.DivClassName
{
background-color: #B3100B;
}
.BgClassName
{
background-color: #B3100B;
}
</style>
border-color css
<style>
span { border-color: #B3100B; }
span { border-color: rgb(179,16,11); }
td.TdClassName
{
border-color: #B3100B;
}
.TagClassName
{
border-color: #B3100B;
}
</style>