Shades of Free Speech Red #B80807
Tints of Free Speech Red #B80807
RGB
CMYK
RGB Variations
Color information
#B80807 (or 0xB80807) is known color: Free Speech Red. HEX triplet: B8, 08 and 07. RGB value is (184,8,7). Sum of RGB (Red+Green+Blue) = 184+8+7=199 (26% of max value = 765). Red value is 184 (72.27% from 255 or 92.46% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 184 - color contains mainly: red. Hex color #B80807 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80807 is #47F7F8. Grayscale: #3C3C3C. Windows color (decimal): -4716537 or 460984. OLE color: 460984.
HSL color Cylindrical-coordinate representation of color #B80807: hue angle of 0.34º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80807 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 7 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.28 |
| HSL | 0.34º | 0.93% | 0.37% | - |
| HSV(B) | 0.34º | 0.96% | 0.72% | - |
| XYZ | 19.89 | 10.38 | 1.16 | - |
| YUV | 60.51 | 97.81 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 7 | 0 | 0.96 | 0.96 | 0.28 | 0.34 | 0.93 | 0.37 |
| Hex | B8 | 8 | 7 | 0 | 60 | 60 | 1C | 0 | 5D | 25 |
| Octal | 270 | 10 | 7 | 0 | 140 | 140 | 34 | 0 | 135 | 45 |
| Binary | 10111000 | 1000 | 111 | 0 | 1100000 | 1100000 | 11100 | 0 | 1011101 | 100101 |
Color Harmonies of #B80807
Complementary color
Monochromatic Colors of #B80807
Black with #B80807
Text Example
Text Example
White with #B80807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80807; }
p { color: rgb(184,8,7); }
H1.HeaderClassName
{
color: #B80807;
}
.AnyTagClassName
{
color: #B80807;
}
</style>
background-color css
<style>
a { background-color: #B80807; }
a { background-color: rgb(184,8,7); }
div.DivClassName
{
background-color: #B80807;
}
.BgClassName
{
background-color: #B80807;
}
</style>
border-color css
<style>
span { border-color: #B80807; }
span { border-color: rgb(184,8,7); }
td.TdClassName
{
border-color: #B80807;
}
.TagClassName
{
border-color: #B80807;
}
</style>