Shades of Free Speech Red #B00706
Tints of Free Speech Red #B00706
RGB
CMYK
RGB Variations
Color information
#B00706 (or 0xB00706) is known color: Free Speech Red. HEX triplet: B0, 07 and 06. RGB value is (176,7,6). Sum of RGB (Red+Green+Blue) = 176+7+6=189 (25% of max value = 765). Red value is 176 (69.14% from 255 or 93.12% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 176 - color contains mainly: red. Hex color #B00706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00706 is #4FF8F9. Grayscale: #393939. Windows color (decimal): -5241082 or 395184. OLE color: 395184.
HSL color Cylindrical-coordinate representation of color #B00706: hue angle of 0.35º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00706 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 7 | 6 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.31 |
| HSL | 0.35º | 0.93% | 0.36% | - |
| HSV(B) | 0.35º | 0.97% | 0.69% | - |
| XYZ | 18.01 | 9.4 | 1.04 | - |
| YUV | 57.42 | 98.99 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 6 | 0 | 0.96 | 0.97 | 0.31 | 0.35 | 0.93 | 0.36 |
| Hex | B0 | 7 | 6 | 0 | 60 | 61 | 1F | 0 | 5D | 24 |
| Octal | 260 | 7 | 6 | 0 | 140 | 141 | 37 | 0 | 135 | 44 |
| Binary | 10110000 | 111 | 110 | 0 | 1100000 | 1100001 | 11111 | 0 | 1011101 | 100100 |
Color Harmonies of #B00706
Complementary color
Monochromatic Colors of #B00706
Black with #B00706
Text Example
Text Example
White with #B00706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00706; }
p { color: rgb(176,7,6); }
H1.HeaderClassName
{
color: #B00706;
}
.AnyTagClassName
{
color: #B00706;
}
</style>
background-color css
<style>
a { background-color: #B00706; }
a { background-color: rgb(176,7,6); }
div.DivClassName
{
background-color: #B00706;
}
.BgClassName
{
background-color: #B00706;
}
</style>
border-color css
<style>
span { border-color: #B00706; }
span { border-color: rgb(176,7,6); }
td.TdClassName
{
border-color: #B00706;
}
.TagClassName
{
border-color: #B00706;
}
</style>