Shades of Free Speech Red #B31900
Tints of Free Speech Red #B31900
RGB
CMYK
RGB Variations
Color information
#B31900 (or 0xB31900) is known color: Free Speech Red. HEX triplet: B3, 19 and 00. RGB value is (179,25,0). Sum of RGB (Red+Green+Blue) = 179+25+0=204 (27% of max value = 765). Red value is 179 (70.31% from 255 or 87.75% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 179 - color contains mainly: red. Hex color #B31900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31900 is #4CE6FF. Grayscale: #444444. Windows color (decimal): -5039872 or 6579. OLE color: 6579.
HSL color Cylindrical-coordinate representation of color #B31900: hue angle of 8.38º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B31900 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 25 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.30 |
| HSL | 8.38º | 1% | 0.35% | - |
| HSV(B) | 8.38º | 1% | 0.7% | - |
| XYZ | 18.94 | 10.28 | 0.99 | - |
| YUV | 68.2 | 89.52 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 0 | 0 | 0.86 | 1 | 0.30 | 8.38 | 1 | 0.35 |
| Hex | B3 | 19 | 0 | 0 | 56 | 64 | 1E | 8 | 64 | 23 |
| Octal | 263 | 31 | 0 | 0 | 126 | 144 | 36 | 10 | 144 | 43 |
| Binary | 10110011 | 11001 | 0 | 0 | 1010110 | 1100100 | 11110 | 1000 | 1100100 | 100011 |
Color Harmonies of #B31900
Complementary color
Monochromatic Colors of #B31900
Black with #B31900
Text Example
Text Example
White with #B31900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31900; }
p { color: rgb(179,25,0); }
H1.HeaderClassName
{
color: #B31900;
}
.AnyTagClassName
{
color: #B31900;
}
</style>
background-color css
<style>
a { background-color: #B31900; }
a { background-color: rgb(179,25,0); }
div.DivClassName
{
background-color: #B31900;
}
.BgClassName
{
background-color: #B31900;
}
</style>
border-color css
<style>
span { border-color: #B31900; }
span { border-color: rgb(179,25,0); }
td.TdClassName
{
border-color: #B31900;
}
.TagClassName
{
border-color: #B31900;
}
</style>