Shades of Free Speech Red #B1130B
Tints of Free Speech Red #B1130B
RGB
CMYK
RGB Variations
Color information
#B1130B (or 0xB1130B) is known color: Free Speech Red. HEX triplet: B1, 13 and 0B. RGB value is (177,19,11). Sum of RGB (Red+Green+Blue) = 177+19+11=207 (27% of max value = 765). Red value is 177 (69.53% from 255 or 85.51% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 177 - color contains mainly: red. Hex color #B1130B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1130B is #4EECF4. Grayscale: #414141. Windows color (decimal): -5172469 or 725937. OLE color: 725937.
HSL color Cylindrical-coordinate representation of color #B1130B: hue angle of 2.89º 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 #B1130B is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 11 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.31 |
| HSL | 2.89º | 0.88% | 0.37% | - |
| HSV(B) | 2.89º | 0.94% | 0.69% | - |
| XYZ | 18.42 | 9.84 | 1.24 | - |
| YUV | 65.33 | 97.35 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 11 | 0 | 0.89 | 0.94 | 0.31 | 2.89 | 0.88 | 0.37 |
| Hex | B1 | 13 | B | 0 | 59 | 5E | 1F | 3 | 58 | 25 |
| Octal | 261 | 23 | 13 | 0 | 131 | 136 | 37 | 3 | 130 | 45 |
| Binary | 10110001 | 10011 | 1011 | 0 | 1011001 | 1011110 | 11111 | 11 | 1011000 | 100101 |
Color Harmonies of #B1130B
Complementary color
Monochromatic Colors of #B1130B
Black with #B1130B
Text Example
Text Example
White with #B1130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1130B; }
p { color: rgb(177,19,11); }
H1.HeaderClassName
{
color: #B1130B;
}
.AnyTagClassName
{
color: #B1130B;
}
</style>
background-color css
<style>
a { background-color: #B1130B; }
a { background-color: rgb(177,19,11); }
div.DivClassName
{
background-color: #B1130B;
}
.BgClassName
{
background-color: #B1130B;
}
</style>
border-color css
<style>
span { border-color: #B1130B; }
span { border-color: rgb(177,19,11); }
td.TdClassName
{
border-color: #B1130B;
}
.TagClassName
{
border-color: #B1130B;
}
</style>