Shades of Free Speech Red #B50101
Tints of Free Speech Red #B50101
RGB
CMYK
RGB Variations
Color information
#B50101 (or 0xB50101) is known color: Free Speech Red. HEX triplet: B5, 01 and 01. RGB value is (181,1,1). Sum of RGB (Red+Green+Blue) = 181+1+1=183 (24% of max value = 765). Red value is 181 (71.09% from 255 or 98.91% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 181 - color contains mainly: red. Hex color #B50101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50101 is #4AFEFE. Grayscale: #373737. Windows color (decimal): -4914943 or 65973. OLE color: 65973.
HSL color Cylindrical-coordinate representation of color #B50101: hue angle of 0º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B50101 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.29 |
| HSL | 0º | 0.99% | 0.36% | - |
| HSV(B) | 0º | 0.99% | 0.71% | - |
| XYZ | 19.07 | 9.85 | 0.92 | - |
| YUV | 54.82 | 97.63 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 1 | 0 | 0.99 | 0.99 | 0.29 | 0 | 0.99 | 0.36 |
| Hex | B5 | 1 | 1 | 0 | 63 | 63 | 1D | 0 | 63 | 24 |
| Octal | 265 | 1 | 1 | 0 | 143 | 143 | 35 | 0 | 143 | 44 |
| Binary | 10110101 | 1 | 1 | 0 | 1100011 | 1100011 | 11101 | 0 | 1100011 | 100100 |
Color Harmonies of #B50101
Complementary color
Monochromatic Colors of #B50101
Black with #B50101
Text Example
Text Example
White with #B50101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50101; }
p { color: rgb(181,1,1); }
H1.HeaderClassName
{
color: #B50101;
}
.AnyTagClassName
{
color: #B50101;
}
</style>
background-color css
<style>
a { background-color: #B50101; }
a { background-color: rgb(181,1,1); }
div.DivClassName
{
background-color: #B50101;
}
.BgClassName
{
background-color: #B50101;
}
</style>
border-color css
<style>
span { border-color: #B50101; }
span { border-color: rgb(181,1,1); }
td.TdClassName
{
border-color: #B50101;
}
.TagClassName
{
border-color: #B50101;
}
</style>