Shades of Free Speech Red #B51D00
Tints of Free Speech Red #B51D00
RGB
CMYK
RGB Variations
Color information
#B51D00 (or 0xB51D00) is known color: Free Speech Red. HEX triplet: B5, 1D and 00. RGB value is (181,29,0). Sum of RGB (Red+Green+Blue) = 181+29+0=210 (27% of max value = 765). Red value is 181 (71.09% from 255 or 86.19% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 181 - color contains mainly: red. Hex color #B51D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B51D00 is #4AE2FF. Grayscale: #474747. Windows color (decimal): -4907776 or 7605. OLE color: 7605.
HSL color Cylindrical-coordinate representation of color #B51D00: hue angle of 9.61º 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 #B51D00 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 29 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.29 |
| HSL | 9.61º | 1% | 0.35% | - |
| HSV(B) | 9.61º | 1% | 0.71% | - |
| XYZ | 19.5 | 10.7 | 1.04 | - |
| YUV | 71.14 | 87.86 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 29 | 0 | 0 | 0.84 | 1 | 0.29 | 9.61 | 1 | 0.35 |
| Hex | B5 | 1D | 0 | 0 | 54 | 64 | 1D | A | 64 | 23 |
| Octal | 265 | 35 | 0 | 0 | 124 | 144 | 35 | 12 | 144 | 43 |
| Binary | 10110101 | 11101 | 0 | 0 | 1010100 | 1100100 | 11101 | 1010 | 1100100 | 100011 |
Color Harmonies of #B51D00
Complementary color
Monochromatic Colors of #B51D00
Black with #B51D00
Text Example
Text Example
White with #B51D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51D00; }
p { color: rgb(181,29,0); }
H1.HeaderClassName
{
color: #B51D00;
}
.AnyTagClassName
{
color: #B51D00;
}
</style>
background-color css
<style>
a { background-color: #B51D00; }
a { background-color: rgb(181,29,0); }
div.DivClassName
{
background-color: #B51D00;
}
.BgClassName
{
background-color: #B51D00;
}
</style>
border-color css
<style>
span { border-color: #B51D00; }
span { border-color: rgb(181,29,0); }
td.TdClassName
{
border-color: #B51D00;
}
.TagClassName
{
border-color: #B51D00;
}
</style>