Shades of Free Speech Red #B8140D
Tints of Free Speech Red #B8140D
RGB
CMYK
RGB Variations
Color information
#B8140D (or 0xB8140D) is known color: Free Speech Red. HEX triplet: B8, 14 and 0D. RGB value is (184,20,13). Sum of RGB (Red+Green+Blue) = 184+20+13=217 (28% of max value = 765). Red value is 184 (72.27% from 255 or 84.79% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 184 - color contains mainly: red. Hex color #B8140D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8140D is #47EBF2. Grayscale: #444444. Windows color (decimal): -4713459 or 857272. OLE color: 857272.
HSL color Cylindrical-coordinate representation of color #B8140D: hue angle of 2.46º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8140D is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 13 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.28 |
| HSL | 2.46º | 0.87% | 0.39% | - |
| HSV(B) | 2.46º | 0.93% | 0.72% | - |
| XYZ | 20.09 | 10.72 | 1.39 | - |
| YUV | 68.24 | 96.83 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 13 | 0 | 0.89 | 0.93 | 0.28 | 2.46 | 0.87 | 0.39 |
| Hex | B8 | 14 | D | 0 | 59 | 5D | 1C | 2 | 57 | 27 |
| Octal | 270 | 24 | 15 | 0 | 131 | 135 | 34 | 2 | 127 | 47 |
| Binary | 10111000 | 10100 | 1101 | 0 | 1011001 | 1011101 | 11100 | 10 | 1010111 | 100111 |
Color Harmonies of #B8140D
Complementary color
Monochromatic Colors of #B8140D
Black with #B8140D
Text Example
Text Example
White with #B8140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8140D; }
p { color: rgb(184,20,13); }
H1.HeaderClassName
{
color: #B8140D;
}
.AnyTagClassName
{
color: #B8140D;
}
</style>
background-color css
<style>
a { background-color: #B8140D; }
a { background-color: rgb(184,20,13); }
div.DivClassName
{
background-color: #B8140D;
}
.BgClassName
{
background-color: #B8140D;
}
</style>
border-color css
<style>
span { border-color: #B8140D; }
span { border-color: rgb(184,20,13); }
td.TdClassName
{
border-color: #B8140D;
}
.TagClassName
{
border-color: #B8140D;
}
</style>