Shades of Free Speech Red #B90000
Tints of Free Speech Red #B90000
RGB
CMYK
RGB Variations
Color information
#B90000 (or 0xB90000) is known color: Free Speech Red. HEX triplet: B9, 00 and 00. RGB value is (185,0,0). Sum of RGB (Red+Green+Blue) = 185+0+0=185 (24% of max value = 765). Red value is 185 (72.66% from 255 or 100% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 185 - color contains mainly: red. Hex color #B90000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90000 is #46FFFF. Grayscale: #373737. Windows color (decimal): -4653056 or 185. OLE color: 185.
HSL color Cylindrical-coordinate representation of color #B90000: hue angle of 0º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B90000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.27 |
| HSL | 0º | 1% | 0.36% | - |
| HSV(B) | 0º | 1% | 0.73% | - |
| XYZ | 20.01 | 10.31 | 0.94 | - |
| YUV | 55.32 | 96.79 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 0 | 0 | 1 | 1 | 0.27 | 0 | 1 | 0.36 |
| Hex | B9 | 0 | 0 | 0 | 64 | 64 | 1B | 0 | 64 | 24 |
| Octal | 271 | 0 | 0 | 0 | 144 | 144 | 33 | 0 | 144 | 44 |
| Binary | 10111001 | 0 | 0 | 0 | 1100100 | 1100100 | 11011 | 0 | 1100100 | 100100 |
Color Harmonies of #B90000
Complementary color
Monochromatic Colors of #B90000
Black with #B90000
Text Example
Text Example
White with #B90000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90000; }
p { color: rgb(185,0,0); }
H1.HeaderClassName
{
color: #B90000;
}
.AnyTagClassName
{
color: #B90000;
}
</style>
background-color css
<style>
a { background-color: #B90000; }
a { background-color: rgb(185,0,0); }
div.DivClassName
{
background-color: #B90000;
}
.BgClassName
{
background-color: #B90000;
}
</style>
border-color css
<style>
span { border-color: #B90000; }
span { border-color: rgb(185,0,0); }
td.TdClassName
{
border-color: #B90000;
}
.TagClassName
{
border-color: #B90000;
}
</style>