Shades of Free Speech Red #B7130B
Tints of Free Speech Red #B7130B
RGB
CMYK
RGB Variations
Color information
#B7130B (or 0xB7130B) is known color: Free Speech Red. HEX triplet: B7, 13 and 0B. RGB value is (183,19,11). Sum of RGB (Red+Green+Blue) = 183+19+11=213 (28% of max value = 765). Red value is 183 (71.88% from 255 or 85.92% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 183 - color contains mainly: red. Hex color #B7130B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7130B is #48ECF4. Grayscale: #434343. Windows color (decimal): -4779253 or 725943. OLE color: 725943.
HSL color Cylindrical-coordinate representation of color #B7130B: hue angle of 2.79º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7130B is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 11 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.28 |
| HSL | 2.79º | 0.89% | 0.38% | - |
| HSV(B) | 2.79º | 0.94% | 0.72% | - |
| XYZ | 19.82 | 10.56 | 1.31 | - |
| YUV | 67.12 | 96.33 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 11 | 0 | 0.90 | 0.94 | 0.28 | 2.79 | 0.89 | 0.38 |
| Hex | B7 | 13 | B | 0 | 5A | 5E | 1C | 3 | 59 | 26 |
| Octal | 267 | 23 | 13 | 0 | 132 | 136 | 34 | 3 | 131 | 46 |
| Binary | 10110111 | 10011 | 1011 | 0 | 1011010 | 1011110 | 11100 | 11 | 1011001 | 100110 |
Color Harmonies of #B7130B
Complementary color
Monochromatic Colors of #B7130B
Black with #B7130B
Text Example
Text Example
White with #B7130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7130B; }
p { color: rgb(183,19,11); }
H1.HeaderClassName
{
color: #B7130B;
}
.AnyTagClassName
{
color: #B7130B;
}
</style>
background-color css
<style>
a { background-color: #B7130B; }
a { background-color: rgb(183,19,11); }
div.DivClassName
{
background-color: #B7130B;
}
.BgClassName
{
background-color: #B7130B;
}
</style>
border-color css
<style>
span { border-color: #B7130B; }
span { border-color: rgb(183,19,11); }
td.TdClassName
{
border-color: #B7130B;
}
.TagClassName
{
border-color: #B7130B;
}
</style>