Shades of Free Speech Red #B8140B
Tints of Free Speech Red #B8140B
RGB
CMYK
RGB Variations
Color information
#B8140B (or 0xB8140B) is known color: Free Speech Red. HEX triplet: B8, 14 and 0B. RGB value is (184,20,11). Sum of RGB (Red+Green+Blue) = 184+20+11=215 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.58% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 184 - color contains mainly: red. Hex color #B8140B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8140B is #47EBF4. Grayscale: #444444. Windows color (decimal): -4713461 or 726200. OLE color: 726200.
HSL color Cylindrical-coordinate representation of color #B8140B: hue angle of 3.12º 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 #B8140B is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 11 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.28 |
| HSL | 3.12º | 0.89% | 0.38% | - |
| HSV(B) | 3.12º | 0.94% | 0.72% | - |
| XYZ | 20.08 | 10.71 | 1.33 | - |
| YUV | 68.01 | 95.83 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 11 | 0 | 0.89 | 0.94 | 0.28 | 3.12 | 0.89 | 0.38 |
| Hex | B8 | 14 | B | 0 | 59 | 5E | 1C | 3 | 59 | 26 |
| Octal | 270 | 24 | 13 | 0 | 131 | 136 | 34 | 3 | 131 | 46 |
| Binary | 10111000 | 10100 | 1011 | 0 | 1011001 | 1011110 | 11100 | 11 | 1011001 | 100110 |
Color Harmonies of #B8140B
Complementary color
Monochromatic Colors of #B8140B
Black with #B8140B
Text Example
Text Example
White with #B8140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8140B; }
p { color: rgb(184,20,11); }
H1.HeaderClassName
{
color: #B8140B;
}
.AnyTagClassName
{
color: #B8140B;
}
</style>
background-color css
<style>
a { background-color: #B8140B; }
a { background-color: rgb(184,20,11); }
div.DivClassName
{
background-color: #B8140B;
}
.BgClassName
{
background-color: #B8140B;
}
</style>
border-color css
<style>
span { border-color: #B8140B; }
span { border-color: rgb(184,20,11); }
td.TdClassName
{
border-color: #B8140B;
}
.TagClassName
{
border-color: #B8140B;
}
</style>