Shades of Free Speech Red #B2110D
Tints of Free Speech Red #B2110D
RGB
CMYK
RGB Variations
Color information
#B2110D (or 0xB2110D) is known color: Free Speech Red. HEX triplet: B2, 11 and 0D. RGB value is (178,17,13). Sum of RGB (Red+Green+Blue) = 178+17+13=208 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.58% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 178 - color contains mainly: red. Hex color #B2110D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2110D is #4DEEF2. Grayscale: #404040. Windows color (decimal): -5107443 or 856498. OLE color: 856498.
HSL color Cylindrical-coordinate representation of color #B2110D: hue angle of 1.45º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2110D is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 13 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.30 |
| HSL | 1.45º | 0.86% | 0.37% | - |
| HSV(B) | 1.45º | 0.93% | 0.7% | - |
| XYZ | 18.63 | 9.89 | 1.31 | - |
| YUV | 64.68 | 98.84 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 13 | 0 | 0.90 | 0.93 | 0.30 | 1.45 | 0.86 | 0.37 |
| Hex | B2 | 11 | D | 0 | 5A | 5D | 1E | 1 | 56 | 25 |
| Octal | 262 | 21 | 15 | 0 | 132 | 135 | 36 | 1 | 126 | 45 |
| Binary | 10110010 | 10001 | 1101 | 0 | 1011010 | 1011101 | 11110 | 1 | 1010110 | 100101 |
Color Harmonies of #B2110D
Complementary color
Monochromatic Colors of #B2110D
Black with #B2110D
Text Example
Text Example
White with #B2110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2110D; }
p { color: rgb(178,17,13); }
H1.HeaderClassName
{
color: #B2110D;
}
.AnyTagClassName
{
color: #B2110D;
}
</style>
background-color css
<style>
a { background-color: #B2110D; }
a { background-color: rgb(178,17,13); }
div.DivClassName
{
background-color: #B2110D;
}
.BgClassName
{
background-color: #B2110D;
}
</style>
border-color css
<style>
span { border-color: #B2110D; }
span { border-color: rgb(178,17,13); }
td.TdClassName
{
border-color: #B2110D;
}
.TagClassName
{
border-color: #B2110D;
}
</style>