Shades of Free Speech Red #B51304
Tints of Free Speech Red #B51304
RGB
CMYK
RGB Variations
Color information
#B51304 (or 0xB51304) is known color: Free Speech Red. HEX triplet: B5, 13 and 04. RGB value is (181,19,4). Sum of RGB (Red+Green+Blue) = 181+19+4=204 (27% of max value = 765). Red value is 181 (71.09% from 255 or 88.73% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 181 - color contains mainly: red. Hex color #B51304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51304 is #4AECFB. Grayscale: #414141. Windows color (decimal): -4910332 or 267189. OLE color: 267189.
HSL color Cylindrical-coordinate representation of color #B51304: hue angle of 5.08º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B51304 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 4 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.29 |
| HSL | 5.08º | 0.96% | 0.36% | - |
| HSV(B) | 5.08º | 0.98% | 0.71% | - |
| XYZ | 19.31 | 10.3 | 1.08 | - |
| YUV | 65.73 | 93.17 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 4 | 0 | 0.90 | 0.98 | 0.29 | 5.08 | 0.96 | 0.36 |
| Hex | B5 | 13 | 4 | 0 | 5A | 62 | 1D | 5 | 60 | 24 |
| Octal | 265 | 23 | 4 | 0 | 132 | 142 | 35 | 5 | 140 | 44 |
| Binary | 10110101 | 10011 | 100 | 0 | 1011010 | 1100010 | 11101 | 101 | 1100000 | 100100 |
Color Harmonies of #B51304
Complementary color
Monochromatic Colors of #B51304
Black with #B51304
Text Example
Text Example
White with #B51304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51304; }
p { color: rgb(181,19,4); }
H1.HeaderClassName
{
color: #B51304;
}
.AnyTagClassName
{
color: #B51304;
}
</style>
background-color css
<style>
a { background-color: #B51304; }
a { background-color: rgb(181,19,4); }
div.DivClassName
{
background-color: #B51304;
}
.BgClassName
{
background-color: #B51304;
}
</style>
border-color css
<style>
span { border-color: #B51304; }
span { border-color: rgb(181,19,4); }
td.TdClassName
{
border-color: #B51304;
}
.TagClassName
{
border-color: #B51304;
}
</style>