Shades of Free Speech Red #B50E00
Tints of Free Speech Red #B50E00
RGB
CMYK
RGB Variations
Color information
#B50E00 (or 0xB50E00) is known color: Free Speech Red. HEX triplet: B5, 0E and 00. RGB value is (181,14,0). Sum of RGB (Red+Green+Blue) = 181+14+0=195 (25% of max value = 765). Red value is 181 (71.09% from 255 or 92.82% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50E00 is #4AF1FF. Grayscale: #3E3E3E. Windows color (decimal): -4911616 or 3765. OLE color: 3765.
HSL color Cylindrical-coordinate representation of color #B50E00: hue angle of 4.64º 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 #B50E00 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 14 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.29 |
| HSL | 4.64º | 1% | 0.35% | - |
| HSV(B) | 4.64º | 1% | 0.71% | - |
| XYZ | 19.21 | 10.14 | 0.94 | - |
| YUV | 62.34 | 92.83 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 14 | 0 | 0 | 0.92 | 1 | 0.29 | 4.64 | 1 | 0.35 |
| Hex | B5 | E | 0 | 0 | 5C | 64 | 1D | 5 | 64 | 23 |
| Octal | 265 | 16 | 0 | 0 | 134 | 144 | 35 | 5 | 144 | 43 |
| Binary | 10110101 | 1110 | 0 | 0 | 1011100 | 1100100 | 11101 | 101 | 1100100 | 100011 |
Color Harmonies of #B50E00
Complementary color
Monochromatic Colors of #B50E00
Black with #B50E00
Text Example
Text Example
White with #B50E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50E00; }
p { color: rgb(181,14,0); }
H1.HeaderClassName
{
color: #B50E00;
}
.AnyTagClassName
{
color: #B50E00;
}
</style>
background-color css
<style>
a { background-color: #B50E00; }
a { background-color: rgb(181,14,0); }
div.DivClassName
{
background-color: #B50E00;
}
.BgClassName
{
background-color: #B50E00;
}
</style>
border-color css
<style>
span { border-color: #B50E00; }
span { border-color: rgb(181,14,0); }
td.TdClassName
{
border-color: #B50E00;
}
.TagClassName
{
border-color: #B50E00;
}
</style>