Shades of Free Speech Red #B51309
Tints of Free Speech Red #B51309
RGB
CMYK
RGB Variations
Color information
#B51309 (or 0xB51309) is known color: Free Speech Red. HEX triplet: B5, 13 and 09. RGB value is (181,19,9). Sum of RGB (Red+Green+Blue) = 181+19+9=209 (27% of max value = 765). Red value is 181 (71.09% from 255 or 86.60% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 181 - color contains mainly: red. Hex color #B51309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51309 is #4AECF6. Grayscale: #424242. Windows color (decimal): -4910327 or 594869. OLE color: 594869.
HSL color Cylindrical-coordinate representation of color #B51309: hue angle of 3.49º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B51309 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 9 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.29 |
| HSL | 3.49º | 0.91% | 0.37% | - |
| HSV(B) | 3.49º | 0.95% | 0.71% | - |
| XYZ | 19.34 | 10.31 | 1.23 | - |
| YUV | 66.3 | 95.67 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 9 | 0 | 0.90 | 0.95 | 0.29 | 3.49 | 0.91 | 0.37 |
| Hex | B5 | 13 | 9 | 0 | 5A | 5F | 1D | 3 | 5B | 25 |
| Octal | 265 | 23 | 11 | 0 | 132 | 137 | 35 | 3 | 133 | 45 |
| Binary | 10110101 | 10011 | 1001 | 0 | 1011010 | 1011111 | 11101 | 11 | 1011011 | 100101 |
Color Harmonies of #B51309
Complementary color
Monochromatic Colors of #B51309
Black with #B51309
Text Example
Text Example
White with #B51309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51309; }
p { color: rgb(181,19,9); }
H1.HeaderClassName
{
color: #B51309;
}
.AnyTagClassName
{
color: #B51309;
}
</style>
background-color css
<style>
a { background-color: #B51309; }
a { background-color: rgb(181,19,9); }
div.DivClassName
{
background-color: #B51309;
}
.BgClassName
{
background-color: #B51309;
}
</style>
border-color css
<style>
span { border-color: #B51309; }
span { border-color: rgb(181,19,9); }
td.TdClassName
{
border-color: #B51309;
}
.TagClassName
{
border-color: #B51309;
}
</style>