Shades of Free Speech Red #B31906
Tints of Free Speech Red #B31906
RGB
CMYK
RGB Variations
Color information
#B31906 (or 0xB31906) is known color: Free Speech Red. HEX triplet: B3, 19 and 06. RGB value is (179,25,6). Sum of RGB (Red+Green+Blue) = 179+25+6=210 (27% of max value = 765). Red value is 179 (70.31% from 255 or 85.24% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 179 - color contains mainly: red. Hex color #B31906 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31906 is #4CE6F9. Grayscale: #454545. Windows color (decimal): -5039866 or 399795. OLE color: 399795.
HSL color Cylindrical-coordinate representation of color #B31906: hue angle of 6.59º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B31906 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 25 | 6 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.30 |
| HSL | 6.59º | 0.94% | 0.36% | - |
| HSV(B) | 6.59º | 0.97% | 0.7% | - |
| XYZ | 18.97 | 10.29 | 1.16 | - |
| YUV | 68.88 | 92.52 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 6 | 0 | 0.86 | 0.97 | 0.30 | 6.59 | 0.94 | 0.36 |
| Hex | B3 | 19 | 6 | 0 | 56 | 61 | 1E | 7 | 5E | 24 |
| Octal | 263 | 31 | 6 | 0 | 126 | 141 | 36 | 7 | 136 | 44 |
| Binary | 10110011 | 11001 | 110 | 0 | 1010110 | 1100001 | 11110 | 111 | 1011110 | 100100 |
Color Harmonies of #B31906
Complementary color
Monochromatic Colors of #B31906
Black with #B31906
Text Example
Text Example
White with #B31906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31906; }
p { color: rgb(179,25,6); }
H1.HeaderClassName
{
color: #B31906;
}
.AnyTagClassName
{
color: #B31906;
}
</style>
background-color css
<style>
a { background-color: #B31906; }
a { background-color: rgb(179,25,6); }
div.DivClassName
{
background-color: #B31906;
}
.BgClassName
{
background-color: #B31906;
}
</style>
border-color css
<style>
span { border-color: #B31906; }
span { border-color: rgb(179,25,6); }
td.TdClassName
{
border-color: #B31906;
}
.TagClassName
{
border-color: #B31906;
}
</style>