Shades of Free Speech Red #B9130B
Tints of Free Speech Red #B9130B
RGB
CMYK
RGB Variations
Color information
#B9130B (or 0xB9130B) is known color: Free Speech Red. HEX triplet: B9, 13 and 0B. RGB value is (185,19,11). Sum of RGB (Red+Green+Blue) = 185+19+11=215 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.05% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 185 - color contains mainly: red. Hex color #B9130B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9130B is #46ECF4. Grayscale: #434343. Windows color (decimal): -4648181 or 725945. OLE color: 725945.
HSL color Cylindrical-coordinate representation of color #B9130B: hue angle of 2.76º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9130B is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 19 | 11 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.27 |
| HSL | 2.76º | 0.89% | 0.38% | - |
| HSV(B) | 2.76º | 0.94% | 0.73% | - |
| XYZ | 20.3 | 10.8 | 1.33 | - |
| YUV | 67.72 | 96 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 11 | 0 | 0.90 | 0.94 | 0.27 | 2.76 | 0.89 | 0.38 |
| Hex | B9 | 13 | B | 0 | 5A | 5E | 1B | 3 | 59 | 26 |
| Octal | 271 | 23 | 13 | 0 | 132 | 136 | 33 | 3 | 131 | 46 |
| Binary | 10111001 | 10011 | 1011 | 0 | 1011010 | 1011110 | 11011 | 11 | 1011001 | 100110 |
Color Harmonies of #B9130B
Complementary color
Monochromatic Colors of #B9130B
Black with #B9130B
Text Example
Text Example
White with #B9130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9130B; }
p { color: rgb(185,19,11); }
H1.HeaderClassName
{
color: #B9130B;
}
.AnyTagClassName
{
color: #B9130B;
}
</style>
background-color css
<style>
a { background-color: #B9130B; }
a { background-color: rgb(185,19,11); }
div.DivClassName
{
background-color: #B9130B;
}
.BgClassName
{
background-color: #B9130B;
}
</style>
border-color css
<style>
span { border-color: #B9130B; }
span { border-color: rgb(185,19,11); }
td.TdClassName
{
border-color: #B9130B;
}
.TagClassName
{
border-color: #B9130B;
}
</style>