Shades of Free Speech Red #B80E08
Tints of Free Speech Red #B80E08
RGB
CMYK
RGB Variations
Color information
#B80E08 (or 0xB80E08) is known color: Free Speech Red. HEX triplet: B8, 0E and 08. RGB value is (184,14,8). Sum of RGB (Red+Green+Blue) = 184+14+8=206 (27% of max value = 765). Red value is 184 (72.27% from 255 or 89.32% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 184 - color contains mainly: red. Hex color #B80E08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80E08 is #47F1F7. Grayscale: #404040. Windows color (decimal): -4715000 or 528056. OLE color: 528056.
HSL color Cylindrical-coordinate representation of color #B80E08: hue angle of 2.05º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80E08 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 14 | 8 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.28 |
| HSL | 2.05º | 0.92% | 0.38% | - |
| HSV(B) | 2.05º | 0.96% | 0.72% | - |
| XYZ | 19.97 | 10.52 | 1.21 | - |
| YUV | 64.15 | 96.32 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 8 | 0 | 0.92 | 0.96 | 0.28 | 2.05 | 0.92 | 0.38 |
| Hex | B8 | E | 8 | 0 | 5C | 60 | 1C | 2 | 5C | 26 |
| Octal | 270 | 16 | 10 | 0 | 134 | 140 | 34 | 2 | 134 | 46 |
| Binary | 10111000 | 1110 | 1000 | 0 | 1011100 | 1100000 | 11100 | 10 | 1011100 | 100110 |
Color Harmonies of #B80E08
Complementary color
Monochromatic Colors of #B80E08
Black with #B80E08
Text Example
Text Example
White with #B80E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80E08; }
p { color: rgb(184,14,8); }
H1.HeaderClassName
{
color: #B80E08;
}
.AnyTagClassName
{
color: #B80E08;
}
</style>
background-color css
<style>
a { background-color: #B80E08; }
a { background-color: rgb(184,14,8); }
div.DivClassName
{
background-color: #B80E08;
}
.BgClassName
{
background-color: #B80E08;
}
</style>
border-color css
<style>
span { border-color: #B80E08; }
span { border-color: rgb(184,14,8); }
td.TdClassName
{
border-color: #B80E08;
}
.TagClassName
{
border-color: #B80E08;
}
</style>