Shades of Free Speech Red #B8130B
Tints of Free Speech Red #B8130B
RGB
CMYK
RGB Variations
Color information
#B8130B (or 0xB8130B) is known color: Free Speech Red. HEX triplet: B8, 13 and 0B. RGB value is (184,19,11). Sum of RGB (Red+Green+Blue) = 184+19+11=214 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.98% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 184 - color contains mainly: red. Hex color #B8130B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8130B is #47ECF4. Grayscale: #434343. Windows color (decimal): -4713717 or 725944. OLE color: 725944.
HSL color Cylindrical-coordinate representation of color #B8130B: hue angle of 2.77º 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 #B8130B is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 11 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.28 |
| HSL | 2.77º | 0.89% | 0.38% | - |
| HSV(B) | 2.77º | 0.94% | 0.72% | - |
| XYZ | 20.06 | 10.68 | 1.32 | - |
| YUV | 67.42 | 96.16 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 11 | 0 | 0.90 | 0.94 | 0.28 | 2.77 | 0.89 | 0.38 |
| Hex | B8 | 13 | B | 0 | 5A | 5E | 1C | 3 | 59 | 26 |
| Octal | 270 | 23 | 13 | 0 | 132 | 136 | 34 | 3 | 131 | 46 |
| Binary | 10111000 | 10011 | 1011 | 0 | 1011010 | 1011110 | 11100 | 11 | 1011001 | 100110 |
Color Harmonies of #B8130B
Complementary color
Monochromatic Colors of #B8130B
Black with #B8130B
Text Example
Text Example
White with #B8130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8130B; }
p { color: rgb(184,19,11); }
H1.HeaderClassName
{
color: #B8130B;
}
.AnyTagClassName
{
color: #B8130B;
}
</style>
background-color css
<style>
a { background-color: #B8130B; }
a { background-color: rgb(184,19,11); }
div.DivClassName
{
background-color: #B8130B;
}
.BgClassName
{
background-color: #B8130B;
}
</style>
border-color css
<style>
span { border-color: #B8130B; }
span { border-color: rgb(184,19,11); }
td.TdClassName
{
border-color: #B8130B;
}
.TagClassName
{
border-color: #B8130B;
}
</style>