Shades of Free Speech Red #B80700
Tints of Free Speech Red #B80700
RGB
CMYK
RGB Variations
Color information
#B80700 (or 0xB80700) is known color: Free Speech Red. HEX triplet: B8, 07 and 00. RGB value is (184,7,0). Sum of RGB (Red+Green+Blue) = 184+7+0=191 (25% of max value = 765). Red value is 184 (72.27% from 255 or 96.34% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 184 - color contains mainly: red. Hex color #B80700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80700 is #47F8FF. Grayscale: #3B3B3B. Windows color (decimal): -4716800 or 1976. OLE color: 1976.
HSL color Cylindrical-coordinate representation of color #B80700: hue angle of 2.28º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80700 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.28 |
| HSL | 2.28º | 1% | 0.36% | - |
| HSV(B) | 2.28º | 1% | 0.72% | - |
| XYZ | 19.84 | 10.34 | 0.95 | - |
| YUV | 59.13 | 94.64 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 0 | 0 | 0.96 | 1 | 0.28 | 2.28 | 1 | 0.36 |
| Hex | B8 | 7 | 0 | 0 | 60 | 64 | 1C | 2 | 64 | 24 |
| Octal | 270 | 7 | 0 | 0 | 140 | 144 | 34 | 2 | 144 | 44 |
| Binary | 10111000 | 111 | 0 | 0 | 1100000 | 1100100 | 11100 | 10 | 1100100 | 100100 |
Color Harmonies of #B80700
Complementary color
Monochromatic Colors of #B80700
Black with #B80700
Text Example
Text Example
White with #B80700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80700; }
p { color: rgb(184,7,0); }
H1.HeaderClassName
{
color: #B80700;
}
.AnyTagClassName
{
color: #B80700;
}
</style>
background-color css
<style>
a { background-color: #B80700; }
a { background-color: rgb(184,7,0); }
div.DivClassName
{
background-color: #B80700;
}
.BgClassName
{
background-color: #B80700;
}
</style>
border-color css
<style>
span { border-color: #B80700; }
span { border-color: rgb(184,7,0); }
td.TdClassName
{
border-color: #B80700;
}
.TagClassName
{
border-color: #B80700;
}
</style>