Shades of Free Speech Red #B90B0B
Tints of Free Speech Red #B90B0B
RGB
CMYK
RGB Variations
Color information
#B90B0B (or 0xB90B0B) is known color: Free Speech Red. HEX triplet: B9, 0B and 0B. RGB value is (185,11,11). Sum of RGB (Red+Green+Blue) = 185+11+11=207 (27% of max value = 765). Red value is 185 (72.66% from 255 or 89.37% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90B0B is #46F4F4. Grayscale: #3F3F3F. Windows color (decimal): -4650229 or 723897. OLE color: 723897.
HSL color Cylindrical-coordinate representation of color #B90B0B: hue angle of 0º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90B0B is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 11 | 11 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.27 |
| HSL | 0º | 0.89% | 0.38% | - |
| HSV(B) | 0º | 0.94% | 0.73% | - |
| XYZ | 20.19 | 10.58 | 1.29 | - |
| YUV | 63.03 | 98.65 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 11 | 11 | 0 | 0.94 | 0.94 | 0.27 | 0 | 0.89 | 0.38 |
| Hex | B9 | B | B | 0 | 5E | 5E | 1B | 0 | 59 | 26 |
| Octal | 271 | 13 | 13 | 0 | 136 | 136 | 33 | 0 | 131 | 46 |
| Binary | 10111001 | 1011 | 1011 | 0 | 1011110 | 1011110 | 11011 | 0 | 1011001 | 100110 |
Color Harmonies of #B90B0B
Complementary color
Monochromatic Colors of #B90B0B
Black with #B90B0B
Text Example
Text Example
White with #B90B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90B0B; }
p { color: rgb(185,11,11); }
H1.HeaderClassName
{
color: #B90B0B;
}
.AnyTagClassName
{
color: #B90B0B;
}
</style>
background-color css
<style>
a { background-color: #B90B0B; }
a { background-color: rgb(185,11,11); }
div.DivClassName
{
background-color: #B90B0B;
}
.BgClassName
{
background-color: #B90B0B;
}
</style>
border-color css
<style>
span { border-color: #B90B0B; }
span { border-color: rgb(185,11,11); }
td.TdClassName
{
border-color: #B90B0B;
}
.TagClassName
{
border-color: #B90B0B;
}
</style>