Shades of Free Speech Red #B80000
Tints of Free Speech Red #B80000
RGB
CMYK
RGB Variations
Color information
#B80000 (or 0xB80000) is known color: Free Speech Red. HEX triplet: B8, 00 and 00. RGB value is (184,0,0). Sum of RGB (Red+Green+Blue) = 184+0+0=184 (24% of max value = 765). Red value is 184 (72.27% from 255 or 100% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 184 - color contains mainly: red. Hex color #B80000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80000 is #47FFFF. Grayscale: #373737. Windows color (decimal): -4718592 or 184. OLE color: 184.
HSL color Cylindrical-coordinate representation of color #B80000: hue angle of 0º 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 #B80000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.28 |
| HSL | 0º | 1% | 0.36% | - |
| HSV(B) | 0º | 1% | 0.72% | - |
| XYZ | 19.77 | 10.19 | 0.93 | - |
| YUV | 55.02 | 96.96 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 0 | 0 | 1 | 1 | 0.28 | 0 | 1 | 0.36 |
| Hex | B8 | 0 | 0 | 0 | 64 | 64 | 1C | 0 | 64 | 24 |
| Octal | 270 | 0 | 0 | 0 | 144 | 144 | 34 | 0 | 144 | 44 |
| Binary | 10111000 | 0 | 0 | 0 | 1100100 | 1100100 | 11100 | 0 | 1100100 | 100100 |
Color Harmonies of #B80000
Complementary color
Monochromatic Colors of #B80000
Black with #B80000
Text Example
Text Example
White with #B80000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80000; }
p { color: rgb(184,0,0); }
H1.HeaderClassName
{
color: #B80000;
}
.AnyTagClassName
{
color: #B80000;
}
</style>
background-color css
<style>
a { background-color: #B80000; }
a { background-color: rgb(184,0,0); }
div.DivClassName
{
background-color: #B80000;
}
.BgClassName
{
background-color: #B80000;
}
</style>
border-color css
<style>
span { border-color: #B80000; }
span { border-color: rgb(184,0,0); }
td.TdClassName
{
border-color: #B80000;
}
.TagClassName
{
border-color: #B80000;
}
</style>