Shades of Free Speech Red #B51400
Tints of Free Speech Red #B51400
RGB
CMYK
RGB Variations
Color information
#B51400 (or 0xB51400) is known color: Free Speech Red. HEX triplet: B5, 14 and 00. RGB value is (181,20,0). Sum of RGB (Red+Green+Blue) = 181+20+0=201 (26% of max value = 765). Red value is 181 (71.09% from 255 or 90.05% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 181 - color contains mainly: red. Hex color #B51400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51400 is #4AEBFF. Grayscale: #424242. Windows color (decimal): -4910080 or 5301. OLE color: 5301.
HSL color Cylindrical-coordinate representation of color #B51400: hue angle of 6.63º 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 #B51400 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.29 |
| HSL | 6.63º | 1% | 0.35% | - |
| HSV(B) | 6.63º | 1% | 0.71% | - |
| XYZ | 19.31 | 10.32 | 0.98 | - |
| YUV | 65.86 | 90.84 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 0 | 0 | 0.89 | 1 | 0.29 | 6.63 | 1 | 0.35 |
| Hex | B5 | 14 | 0 | 0 | 59 | 64 | 1D | 7 | 64 | 23 |
| Octal | 265 | 24 | 0 | 0 | 131 | 144 | 35 | 7 | 144 | 43 |
| Binary | 10110101 | 10100 | 0 | 0 | 1011001 | 1100100 | 11101 | 111 | 1100100 | 100011 |
Color Harmonies of #B51400
Complementary color
Monochromatic Colors of #B51400
Black with #B51400
Text Example
Text Example
White with #B51400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51400; }
p { color: rgb(181,20,0); }
H1.HeaderClassName
{
color: #B51400;
}
.AnyTagClassName
{
color: #B51400;
}
</style>
background-color css
<style>
a { background-color: #B51400; }
a { background-color: rgb(181,20,0); }
div.DivClassName
{
background-color: #B51400;
}
.BgClassName
{
background-color: #B51400;
}
</style>
border-color css
<style>
span { border-color: #B51400; }
span { border-color: rgb(181,20,0); }
td.TdClassName
{
border-color: #B51400;
}
.TagClassName
{
border-color: #B51400;
}
</style>