Shades of Free Speech Red #B81007
Tints of Free Speech Red #B81007
RGB
CMYK
RGB Variations
Color information
#B81007 (or 0xB81007) is known color: Free Speech Red. HEX triplet: B8, 10 and 07. RGB value is (184,16,7). Sum of RGB (Red+Green+Blue) = 184+16+7=207 (27% of max value = 765). Red value is 184 (72.27% from 255 or 88.89% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 184 - color contains mainly: red. Hex color #B81007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81007 is #47EFF8. Grayscale: #414141. Windows color (decimal): -4714489 or 463032. OLE color: 463032.
HSL color Cylindrical-coordinate representation of color #B81007: hue angle of 3.05º 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 #B81007 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 7 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.28 |
| HSL | 3.05º | 0.93% | 0.37% | - |
| HSV(B) | 3.05º | 0.96% | 0.72% | - |
| XYZ | 19.99 | 10.58 | 1.19 | - |
| YUV | 65.21 | 95.16 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 7 | 0 | 0.91 | 0.96 | 0.28 | 3.05 | 0.93 | 0.37 |
| Hex | B8 | 10 | 7 | 0 | 5B | 60 | 1C | 3 | 5D | 25 |
| Octal | 270 | 20 | 7 | 0 | 133 | 140 | 34 | 3 | 135 | 45 |
| Binary | 10111000 | 10000 | 111 | 0 | 1011011 | 1100000 | 11100 | 11 | 1011101 | 100101 |
Color Harmonies of #B81007
Complementary color
Monochromatic Colors of #B81007
Black with #B81007
Text Example
Text Example
White with #B81007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81007; }
p { color: rgb(184,16,7); }
H1.HeaderClassName
{
color: #B81007;
}
.AnyTagClassName
{
color: #B81007;
}
</style>
background-color css
<style>
a { background-color: #B81007; }
a { background-color: rgb(184,16,7); }
div.DivClassName
{
background-color: #B81007;
}
.BgClassName
{
background-color: #B81007;
}
</style>
border-color css
<style>
span { border-color: #B81007; }
span { border-color: rgb(184,16,7); }
td.TdClassName
{
border-color: #B81007;
}
.TagClassName
{
border-color: #B81007;
}
</style>