Shades of Free Speech Red #B10E0A
Tints of Free Speech Red #B10E0A
RGB
CMYK
RGB Variations
Color information
#B10E0A (or 0xB10E0A) is known color: Free Speech Red. HEX triplet: B1, 0E and 0A. RGB value is (177,14,10). Sum of RGB (Red+Green+Blue) = 177+14+10=201 (26% of max value = 765). Red value is 177 (69.53% from 255 or 88.06% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10E0A is #4EF1F5. Grayscale: #3E3E3E. Windows color (decimal): -5173750 or 659121. OLE color: 659121.
HSL color Cylindrical-coordinate representation of color #B10E0A: hue angle of 1.44º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10E0A is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 14 | 10 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.31 |
| HSL | 1.44º | 0.89% | 0.37% | - |
| HSV(B) | 1.44º | 0.94% | 0.69% | - |
| XYZ | 18.34 | 9.68 | 1.19 | - |
| YUV | 62.28 | 98.5 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 14 | 10 | 0 | 0.92 | 0.94 | 0.31 | 1.44 | 0.89 | 0.37 |
| Hex | B1 | E | A | 0 | 5C | 5E | 1F | 1 | 59 | 25 |
| Octal | 261 | 16 | 12 | 0 | 134 | 136 | 37 | 1 | 131 | 45 |
| Binary | 10110001 | 1110 | 1010 | 0 | 1011100 | 1011110 | 11111 | 1 | 1011001 | 100101 |
Color Harmonies of #B10E0A
Complementary color
Monochromatic Colors of #B10E0A
Black with #B10E0A
Text Example
Text Example
White with #B10E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10E0A; }
p { color: rgb(177,14,10); }
H1.HeaderClassName
{
color: #B10E0A;
}
.AnyTagClassName
{
color: #B10E0A;
}
</style>
background-color css
<style>
a { background-color: #B10E0A; }
a { background-color: rgb(177,14,10); }
div.DivClassName
{
background-color: #B10E0A;
}
.BgClassName
{
background-color: #B10E0A;
}
</style>
border-color css
<style>
span { border-color: #B10E0A; }
span { border-color: rgb(177,14,10); }
td.TdClassName
{
border-color: #B10E0A;
}
.TagClassName
{
border-color: #B10E0A;
}
</style>