Shades of Free Speech Red #B0130B
Tints of Free Speech Red #B0130B
RGB
CMYK
RGB Variations
Color information
#B0130B (or 0xB0130B) is known color: Free Speech Red. HEX triplet: B0, 13 and 0B. RGB value is (176,19,11). Sum of RGB (Red+Green+Blue) = 176+19+11=206 (27% of max value = 765). Red value is 176 (69.14% from 255 or 85.44% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 176 - color contains mainly: red. Hex color #B0130B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0130B is #4FECF4. Grayscale: #414141. Windows color (decimal): -5238005 or 725936. OLE color: 725936.
HSL color Cylindrical-coordinate representation of color #B0130B: hue angle of 2.91º 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 #B0130B is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 11 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.31 |
| HSL | 2.91º | 0.88% | 0.37% | - |
| HSV(B) | 2.91º | 0.94% | 0.69% | - |
| XYZ | 18.2 | 9.72 | 1.23 | - |
| YUV | 65.03 | 97.51 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 11 | 0 | 0.89 | 0.94 | 0.31 | 2.91 | 0.88 | 0.37 |
| Hex | B0 | 13 | B | 0 | 59 | 5E | 1F | 3 | 58 | 25 |
| Octal | 260 | 23 | 13 | 0 | 131 | 136 | 37 | 3 | 130 | 45 |
| Binary | 10110000 | 10011 | 1011 | 0 | 1011001 | 1011110 | 11111 | 11 | 1011000 | 100101 |
Color Harmonies of #B0130B
Complementary color
Monochromatic Colors of #B0130B
Black with #B0130B
Text Example
Text Example
White with #B0130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0130B; }
p { color: rgb(176,19,11); }
H1.HeaderClassName
{
color: #B0130B;
}
.AnyTagClassName
{
color: #B0130B;
}
</style>
background-color css
<style>
a { background-color: #B0130B; }
a { background-color: rgb(176,19,11); }
div.DivClassName
{
background-color: #B0130B;
}
.BgClassName
{
background-color: #B0130B;
}
</style>
border-color css
<style>
span { border-color: #B0130B; }
span { border-color: rgb(176,19,11); }
td.TdClassName
{
border-color: #B0130B;
}
.TagClassName
{
border-color: #B0130B;
}
</style>