Shades of Free Speech Red #B80600
Tints of Free Speech Red #B80600
RGB
CMYK
RGB Variations
Color information
#B80600 (or 0xB80600) is known color: Free Speech Red. HEX triplet: B8, 06 and 00. RGB value is (184,6,0). Sum of RGB (Red+Green+Blue) = 184+6+0=190 (25% of max value = 765). Red value is 184 (72.27% from 255 or 96.84% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 184 - color contains mainly: red. Hex color #B80600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80600 is #47F9FF. Grayscale: #3A3A3A. Windows color (decimal): -4717056 or 1720. OLE color: 1720.
HSL color Cylindrical-coordinate representation of color #B80600: hue angle of 1.96º 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 #B80600 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 6 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.28 |
| HSL | 1.96º | 1% | 0.36% | - |
| HSV(B) | 1.96º | 1% | 0.72% | - |
| XYZ | 19.83 | 10.32 | 0.95 | - |
| YUV | 58.54 | 94.97 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 0 | 0 | 0.97 | 1 | 0.28 | 1.96 | 1 | 0.36 |
| Hex | B8 | 6 | 0 | 0 | 61 | 64 | 1C | 2 | 64 | 24 |
| Octal | 270 | 6 | 0 | 0 | 141 | 144 | 34 | 2 | 144 | 44 |
| Binary | 10111000 | 110 | 0 | 0 | 1100001 | 1100100 | 11100 | 10 | 1100100 | 100100 |
Color Harmonies of #B80600
Complementary color
Monochromatic Colors of #B80600
Black with #B80600
Text Example
Text Example
White with #B80600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80600; }
p { color: rgb(184,6,0); }
H1.HeaderClassName
{
color: #B80600;
}
.AnyTagClassName
{
color: #B80600;
}
</style>
background-color css
<style>
a { background-color: #B80600; }
a { background-color: rgb(184,6,0); }
div.DivClassName
{
background-color: #B80600;
}
.BgClassName
{
background-color: #B80600;
}
</style>
border-color css
<style>
span { border-color: #B80600; }
span { border-color: rgb(184,6,0); }
td.TdClassName
{
border-color: #B80600;
}
.TagClassName
{
border-color: #B80600;
}
</style>