Shades of Free Speech Red #B7130C
Tints of Free Speech Red #B7130C
RGB
CMYK
RGB Variations
Color information
#B7130C (or 0xB7130C) is known color: Free Speech Red. HEX triplet: B7, 13 and 0C. RGB value is (183,19,12). Sum of RGB (Red+Green+Blue) = 183+19+12=214 (28% of max value = 765). Red value is 183 (71.88% from 255 or 85.51% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 183 - color contains mainly: red. Hex color #B7130C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7130C is #48ECF3. Grayscale: #434343. Windows color (decimal): -4779252 or 791479. OLE color: 791479.
HSL color Cylindrical-coordinate representation of color #B7130C: hue angle of 2.46º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7130C is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 12 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.28 |
| HSL | 2.46º | 0.88% | 0.38% | - |
| HSV(B) | 2.46º | 0.93% | 0.72% | - |
| XYZ | 19.83 | 10.56 | 1.34 | - |
| YUV | 67.24 | 96.83 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 12 | 0 | 0.90 | 0.93 | 0.28 | 2.46 | 0.88 | 0.38 |
| Hex | B7 | 13 | C | 0 | 5A | 5D | 1C | 2 | 58 | 26 |
| Octal | 267 | 23 | 14 | 0 | 132 | 135 | 34 | 2 | 130 | 46 |
| Binary | 10110111 | 10011 | 1100 | 0 | 1011010 | 1011101 | 11100 | 10 | 1011000 | 100110 |
Color Harmonies of #B7130C
Complementary color
Monochromatic Colors of #B7130C
Black with #B7130C
Text Example
Text Example
White with #B7130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7130C; }
p { color: rgb(183,19,12); }
H1.HeaderClassName
{
color: #B7130C;
}
.AnyTagClassName
{
color: #B7130C;
}
</style>
background-color css
<style>
a { background-color: #B7130C; }
a { background-color: rgb(183,19,12); }
div.DivClassName
{
background-color: #B7130C;
}
.BgClassName
{
background-color: #B7130C;
}
</style>
border-color css
<style>
span { border-color: #B7130C; }
span { border-color: rgb(183,19,12); }
td.TdClassName
{
border-color: #B7130C;
}
.TagClassName
{
border-color: #B7130C;
}
</style>