Shades of Free Speech Red #B7140C
Tints of Free Speech Red #B7140C
RGB
CMYK
RGB Variations
Color information
#B7140C (or 0xB7140C) is known color: Free Speech Red. HEX triplet: B7, 14 and 0C. RGB value is (183,20,12). Sum of RGB (Red+Green+Blue) = 183+20+12=215 (28% of max value = 765). Red value is 183 (71.88% from 255 or 85.12% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 183 - color contains mainly: red. Hex color #B7140C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7140C is #48EBF3. Grayscale: #444444. Windows color (decimal): -4778996 or 791735. OLE color: 791735.
HSL color Cylindrical-coordinate representation of color #B7140C: hue angle of 2.81º 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 #B7140C is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 12 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.28 |
| HSL | 2.81º | 0.88% | 0.38% | - |
| HSV(B) | 2.81º | 0.93% | 0.72% | - |
| XYZ | 19.84 | 10.59 | 1.35 | - |
| YUV | 67.83 | 96.5 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 12 | 0 | 0.89 | 0.93 | 0.28 | 2.81 | 0.88 | 0.38 |
| Hex | B7 | 14 | C | 0 | 59 | 5D | 1C | 3 | 58 | 26 |
| Octal | 267 | 24 | 14 | 0 | 131 | 135 | 34 | 3 | 130 | 46 |
| Binary | 10110111 | 10100 | 1100 | 0 | 1011001 | 1011101 | 11100 | 11 | 1011000 | 100110 |
Color Harmonies of #B7140C
Complementary color
Monochromatic Colors of #B7140C
Black with #B7140C
Text Example
Text Example
White with #B7140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7140C; }
p { color: rgb(183,20,12); }
H1.HeaderClassName
{
color: #B7140C;
}
.AnyTagClassName
{
color: #B7140C;
}
</style>
background-color css
<style>
a { background-color: #B7140C; }
a { background-color: rgb(183,20,12); }
div.DivClassName
{
background-color: #B7140C;
}
.BgClassName
{
background-color: #B7140C;
}
</style>
border-color css
<style>
span { border-color: #B7140C; }
span { border-color: rgb(183,20,12); }
td.TdClassName
{
border-color: #B7140C;
}
.TagClassName
{
border-color: #B7140C;
}
</style>