Shades of Free Speech Red #B31108
Tints of Free Speech Red #B31108
RGB
CMYK
RGB Variations
Color information
#B31108 (or 0xB31108) is known color: Free Speech Red. HEX triplet: B3, 11 and 08. RGB value is (179,17,8). Sum of RGB (Red+Green+Blue) = 179+17+8=204 (27% of max value = 765). Red value is 179 (70.31% from 255 or 87.75% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 179 - color contains mainly: red. Hex color #B31108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31108 is #4CEEF7. Grayscale: #404040. Windows color (decimal): -5041912 or 528819. OLE color: 528819.
HSL color Cylindrical-coordinate representation of color #B31108: hue angle of 3.16º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B31108 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 17 | 8 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.30 |
| HSL | 3.16º | 0.91% | 0.37% | - |
| HSV(B) | 3.16º | 0.96% | 0.7% | - |
| XYZ | 18.83 | 10 | 1.17 | - |
| YUV | 64.41 | 96.17 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 8 | 0 | 0.91 | 0.96 | 0.30 | 3.16 | 0.91 | 0.37 |
| Hex | B3 | 11 | 8 | 0 | 5B | 60 | 1E | 3 | 5B | 25 |
| Octal | 263 | 21 | 10 | 0 | 133 | 140 | 36 | 3 | 133 | 45 |
| Binary | 10110011 | 10001 | 1000 | 0 | 1011011 | 1100000 | 11110 | 11 | 1011011 | 100101 |
Color Harmonies of #B31108
Complementary color
Monochromatic Colors of #B31108
Black with #B31108
Text Example
Text Example
White with #B31108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31108; }
p { color: rgb(179,17,8); }
H1.HeaderClassName
{
color: #B31108;
}
.AnyTagClassName
{
color: #B31108;
}
</style>
background-color css
<style>
a { background-color: #B31108; }
a { background-color: rgb(179,17,8); }
div.DivClassName
{
background-color: #B31108;
}
.BgClassName
{
background-color: #B31108;
}
</style>
border-color css
<style>
span { border-color: #B31108; }
span { border-color: rgb(179,17,8); }
td.TdClassName
{
border-color: #B31108;
}
.TagClassName
{
border-color: #B31108;
}
</style>