Shades of Free Speech Red #B7130E
Tints of Free Speech Red #B7130E
RGB
CMYK
RGB Variations
Color information
#B7130E (or 0xB7130E) is known color: Free Speech Red. HEX triplet: B7, 13 and 0E. RGB value is (183,19,14). Sum of RGB (Red+Green+Blue) = 183+19+14=216 (28% of max value = 765). Red value is 183 (71.88% from 255 or 84.72% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 183 - color contains mainly: red. Hex color #B7130E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7130E is #48ECF1. Grayscale: #434343. Windows color (decimal): -4779250 or 922551. OLE color: 922551.
HSL color Cylindrical-coordinate representation of color #B7130E: hue angle of 1.78º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7130E is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 14 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.28 |
| HSL | 1.78º | 0.86% | 0.39% | - |
| HSV(B) | 1.78º | 0.92% | 0.72% | - |
| XYZ | 19.84 | 10.56 | 1.41 | - |
| YUV | 67.47 | 97.83 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 14 | 0 | 0.90 | 0.92 | 0.28 | 1.78 | 0.86 | 0.39 |
| Hex | B7 | 13 | E | 0 | 5A | 5C | 1C | 2 | 56 | 27 |
| Octal | 267 | 23 | 16 | 0 | 132 | 134 | 34 | 2 | 126 | 47 |
| Binary | 10110111 | 10011 | 1110 | 0 | 1011010 | 1011100 | 11100 | 10 | 1010110 | 100111 |
Color Harmonies of #B7130E
Complementary color
Monochromatic Colors of #B7130E
Black with #B7130E
Text Example
Text Example
White with #B7130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7130E; }
p { color: rgb(183,19,14); }
H1.HeaderClassName
{
color: #B7130E;
}
.AnyTagClassName
{
color: #B7130E;
}
</style>
background-color css
<style>
a { background-color: #B7130E; }
a { background-color: rgb(183,19,14); }
div.DivClassName
{
background-color: #B7130E;
}
.BgClassName
{
background-color: #B7130E;
}
</style>
border-color css
<style>
span { border-color: #B7130E; }
span { border-color: rgb(183,19,14); }
td.TdClassName
{
border-color: #B7130E;
}
.TagClassName
{
border-color: #B7130E;
}
</style>