Shades of Free Speech Red #B80801
Tints of Free Speech Red #B80801
RGB
CMYK
RGB Variations
Color information
#B80801 (or 0xB80801) is known color: Free Speech Red. HEX triplet: B8, 08 and 01. RGB value is (184,8,1). Sum of RGB (Red+Green+Blue) = 184+8+1=193 (25% of max value = 765). Red value is 184 (72.27% from 255 or 95.34% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 184 - color contains mainly: red. Hex color #B80801 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80801 is #47F7FE. Grayscale: #3C3C3C. Windows color (decimal): -4716543 or 67768. OLE color: 67768.
HSL color Cylindrical-coordinate representation of color #B80801: hue angle of 2.3º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80801 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 1 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.28 |
| HSL | 2.3º | 0.99% | 0.36% | - |
| HSV(B) | 2.3º | 0.99% | 0.72% | - |
| XYZ | 19.86 | 10.37 | 0.98 | - |
| YUV | 59.83 | 94.81 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 1 | 0 | 0.96 | 0.99 | 0.28 | 2.3 | 0.99 | 0.36 |
| Hex | B8 | 8 | 1 | 0 | 60 | 63 | 1C | 2 | 63 | 24 |
| Octal | 270 | 10 | 1 | 0 | 140 | 143 | 34 | 2 | 143 | 44 |
| Binary | 10111000 | 1000 | 1 | 0 | 1100000 | 1100011 | 11100 | 10 | 1100011 | 100100 |
Color Harmonies of #B80801
Complementary color
Monochromatic Colors of #B80801
Black with #B80801
Text Example
Text Example
White with #B80801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80801; }
p { color: rgb(184,8,1); }
H1.HeaderClassName
{
color: #B80801;
}
.AnyTagClassName
{
color: #B80801;
}
</style>
background-color css
<style>
a { background-color: #B80801; }
a { background-color: rgb(184,8,1); }
div.DivClassName
{
background-color: #B80801;
}
.BgClassName
{
background-color: #B80801;
}
</style>
border-color css
<style>
span { border-color: #B80801; }
span { border-color: rgb(184,8,1); }
td.TdClassName
{
border-color: #B80801;
}
.TagClassName
{
border-color: #B80801;
}
</style>