Shades of Free Speech Red #B11A00
Tints of Free Speech Red #B11A00
RGB
CMYK
RGB Variations
Color information
#B11A00 (or 0xB11A00) is known color: Free Speech Red. HEX triplet: B1, 1A and 00. RGB value is (177,26,0). Sum of RGB (Red+Green+Blue) = 177+26+0=203 (26% of max value = 765). Red value is 177 (69.53% from 255 or 87.19% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B11A00 is #4EE5FF. Grayscale: #444444. Windows color (decimal): -5170688 or 6833. OLE color: 6833.
HSL color Cylindrical-coordinate representation of color #B11A00: hue angle of 8.81º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B11A00 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 26 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.31 |
| HSL | 8.81º | 1% | 0.35% | - |
| HSV(B) | 8.81º | 1% | 0.69% | - |
| XYZ | 18.5 | 10.09 | 0.97 | - |
| YUV | 68.19 | 89.53 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 0 | 0 | 0.85 | 1 | 0.31 | 8.81 | 1 | 0.35 |
| Hex | B1 | 1A | 0 | 0 | 55 | 64 | 1F | 9 | 64 | 23 |
| Octal | 261 | 32 | 0 | 0 | 125 | 144 | 37 | 11 | 144 | 43 |
| Binary | 10110001 | 11010 | 0 | 0 | 1010101 | 1100100 | 11111 | 1001 | 1100100 | 100011 |
Color Harmonies of #B11A00
Complementary color
Monochromatic Colors of #B11A00
Black with #B11A00
Text Example
Text Example
White with #B11A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11A00; }
p { color: rgb(177,26,0); }
H1.HeaderClassName
{
color: #B11A00;
}
.AnyTagClassName
{
color: #B11A00;
}
</style>
background-color css
<style>
a { background-color: #B11A00; }
a { background-color: rgb(177,26,0); }
div.DivClassName
{
background-color: #B11A00;
}
.BgClassName
{
background-color: #B11A00;
}
</style>
border-color css
<style>
span { border-color: #B11A00; }
span { border-color: rgb(177,26,0); }
td.TdClassName
{
border-color: #B11A00;
}
.TagClassName
{
border-color: #B11A00;
}
</style>