Shades of Free Speech Red #B80804
Tints of Free Speech Red #B80804
RGB
CMYK
RGB Variations
Color information
#B80804 (or 0xB80804) is known color: Free Speech Red. HEX triplet: B8, 08 and 04. RGB value is (184,8,4). Sum of RGB (Red+Green+Blue) = 184+8+4=196 (25% of max value = 765). Red value is 184 (72.27% from 255 or 93.88% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 184 - color contains mainly: red. Hex color #B80804 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80804 is #47F7FB. Grayscale: #3C3C3C. Windows color (decimal): -4716540 or 264376. OLE color: 264376.
HSL color Cylindrical-coordinate representation of color #B80804: hue angle of 1.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80804 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 4 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.28 |
| HSL | 1.33º | 0.96% | 0.37% | - |
| HSV(B) | 1.33º | 0.98% | 0.72% | - |
| XYZ | 19.88 | 10.37 | 1.07 | - |
| YUV | 60.17 | 96.31 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 4 | 0 | 0.96 | 0.98 | 0.28 | 1.33 | 0.96 | 0.37 |
| Hex | B8 | 8 | 4 | 0 | 60 | 62 | 1C | 1 | 60 | 25 |
| Octal | 270 | 10 | 4 | 0 | 140 | 142 | 34 | 1 | 140 | 45 |
| Binary | 10111000 | 1000 | 100 | 0 | 1100000 | 1100010 | 11100 | 1 | 1100000 | 100101 |
Color Harmonies of #B80804
Complementary color
Monochromatic Colors of #B80804
Black with #B80804
Text Example
Text Example
White with #B80804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80804; }
p { color: rgb(184,8,4); }
H1.HeaderClassName
{
color: #B80804;
}
.AnyTagClassName
{
color: #B80804;
}
</style>
background-color css
<style>
a { background-color: #B80804; }
a { background-color: rgb(184,8,4); }
div.DivClassName
{
background-color: #B80804;
}
.BgClassName
{
background-color: #B80804;
}
</style>
border-color css
<style>
span { border-color: #B80804; }
span { border-color: rgb(184,8,4); }
td.TdClassName
{
border-color: #B80804;
}
.TagClassName
{
border-color: #B80804;
}
</style>