Shades of Free Speech Red #B50700
Tints of Free Speech Red #B50700
RGB
CMYK
RGB Variations
Color information
#B50700 (or 0xB50700) is known color: Free Speech Red. HEX triplet: B5, 07 and 00. RGB value is (181,7,0). Sum of RGB (Red+Green+Blue) = 181+7+0=188 (24% of max value = 765). Red value is 181 (71.09% from 255 or 96.28% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 181 - color contains mainly: red. Hex color #B50700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50700 is #4AF8FF. Grayscale: #3A3A3A. Windows color (decimal): -4913408 or 1973. OLE color: 1973.
HSL color Cylindrical-coordinate representation of color #B50700: hue angle of 2.32º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B50700 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 7 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.29 |
| HSL | 2.32º | 1% | 0.35% | - |
| HSV(B) | 2.32º | 1% | 0.71% | - |
| XYZ | 19.13 | 9.98 | 0.92 | - |
| YUV | 58.23 | 95.15 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 7 | 0 | 0 | 0.96 | 1 | 0.29 | 2.32 | 1 | 0.35 |
| Hex | B5 | 7 | 0 | 0 | 60 | 64 | 1D | 2 | 64 | 23 |
| Octal | 265 | 7 | 0 | 0 | 140 | 144 | 35 | 2 | 144 | 43 |
| Binary | 10110101 | 111 | 0 | 0 | 1100000 | 1100100 | 11101 | 10 | 1100100 | 100011 |
Color Harmonies of #B50700
Complementary color
Monochromatic Colors of #B50700
Black with #B50700
Text Example
Text Example
White with #B50700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50700; }
p { color: rgb(181,7,0); }
H1.HeaderClassName
{
color: #B50700;
}
.AnyTagClassName
{
color: #B50700;
}
</style>
background-color css
<style>
a { background-color: #B50700; }
a { background-color: rgb(181,7,0); }
div.DivClassName
{
background-color: #B50700;
}
.BgClassName
{
background-color: #B50700;
}
</style>
border-color css
<style>
span { border-color: #B50700; }
span { border-color: rgb(181,7,0); }
td.TdClassName
{
border-color: #B50700;
}
.TagClassName
{
border-color: #B50700;
}
</style>