Shades of Free Speech Red #B8140C
Tints of Free Speech Red #B8140C
RGB
CMYK
RGB Variations
Color information
#B8140C (or 0xB8140C) is known color: Free Speech Red. HEX triplet: B8, 14 and 0C. RGB value is (184,20,12). Sum of RGB (Red+Green+Blue) = 184+20+12=216 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.19% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 184 - color contains mainly: red. Hex color #B8140C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8140C is #47EBF3. Grayscale: #444444. Windows color (decimal): -4713460 or 791736. OLE color: 791736.
HSL color Cylindrical-coordinate representation of color #B8140C: hue angle of 2.79º 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 #B8140C is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 12 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.28 |
| HSL | 2.79º | 0.88% | 0.38% | - |
| HSV(B) | 2.79º | 0.93% | 0.72% | - |
| XYZ | 20.08 | 10.72 | 1.36 | - |
| YUV | 68.12 | 96.33 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 12 | 0 | 0.89 | 0.93 | 0.28 | 2.79 | 0.88 | 0.38 |
| Hex | B8 | 14 | C | 0 | 59 | 5D | 1C | 3 | 58 | 26 |
| Octal | 270 | 24 | 14 | 0 | 131 | 135 | 34 | 3 | 130 | 46 |
| Binary | 10111000 | 10100 | 1100 | 0 | 1011001 | 1011101 | 11100 | 11 | 1011000 | 100110 |
Color Harmonies of #B8140C
Complementary color
Monochromatic Colors of #B8140C
Black with #B8140C
Text Example
Text Example
White with #B8140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8140C; }
p { color: rgb(184,20,12); }
H1.HeaderClassName
{
color: #B8140C;
}
.AnyTagClassName
{
color: #B8140C;
}
</style>
background-color css
<style>
a { background-color: #B8140C; }
a { background-color: rgb(184,20,12); }
div.DivClassName
{
background-color: #B8140C;
}
.BgClassName
{
background-color: #B8140C;
}
</style>
border-color css
<style>
span { border-color: #B8140C; }
span { border-color: rgb(184,20,12); }
td.TdClassName
{
border-color: #B8140C;
}
.TagClassName
{
border-color: #B8140C;
}
</style>