Shades of Free Speech Red #B11B01
Tints of Free Speech Red #B11B01
RGB
CMYK
RGB Variations
Color information
#B11B01 (or 0xB11B01) is known color: Free Speech Red. HEX triplet: B1, 1B and 01. RGB value is (177,27,1). Sum of RGB (Red+Green+Blue) = 177+27+1=205 (27% of max value = 765). Red value is 177 (69.53% from 255 or 86.34% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11B01 is #4EE4FE. Grayscale: #454545. Windows color (decimal): -5170431 or 72625. OLE color: 72625.
HSL color Cylindrical-coordinate representation of color #B11B01: hue angle of 8.86º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B11B01 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 27 | 1 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.31 |
| HSL | 8.86º | 0.99% | 0.35% | - |
| HSV(B) | 8.86º | 0.99% | 0.69% | - |
| XYZ | 18.53 | 10.13 | 1.01 | - |
| YUV | 68.89 | 89.7 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 1 | 0 | 0.85 | 0.99 | 0.31 | 8.86 | 0.99 | 0.35 |
| Hex | B1 | 1B | 1 | 0 | 55 | 63 | 1F | 9 | 63 | 23 |
| Octal | 261 | 33 | 1 | 0 | 125 | 143 | 37 | 11 | 143 | 43 |
| Binary | 10110001 | 11011 | 1 | 0 | 1010101 | 1100011 | 11111 | 1001 | 1100011 | 100011 |
Color Harmonies of #B11B01
Complementary color
Monochromatic Colors of #B11B01
Black with #B11B01
Text Example
Text Example
White with #B11B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11B01; }
p { color: rgb(177,27,1); }
H1.HeaderClassName
{
color: #B11B01;
}
.AnyTagClassName
{
color: #B11B01;
}
</style>
background-color css
<style>
a { background-color: #B11B01; }
a { background-color: rgb(177,27,1); }
div.DivClassName
{
background-color: #B11B01;
}
.BgClassName
{
background-color: #B11B01;
}
</style>
border-color css
<style>
span { border-color: #B11B01; }
span { border-color: rgb(177,27,1); }
td.TdClassName
{
border-color: #B11B01;
}
.TagClassName
{
border-color: #B11B01;
}
</style>