Shades of Free Speech Red #B90500
Tints of Free Speech Red #B90500
RGB
CMYK
RGB Variations
Color information
#B90500 (or 0xB90500) is known color: Free Speech Red. HEX triplet: B9, 05 and 00. RGB value is (185,5,0). Sum of RGB (Red+Green+Blue) = 185+5+0=190 (25% of max value = 765). Red value is 185 (72.66% from 255 or 97.37% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 185 - color contains mainly: red. Hex color #B90500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90500 is #46FAFF. Grayscale: #3A3A3A. Windows color (decimal): -4651776 or 1465. OLE color: 1465.
HSL color Cylindrical-coordinate representation of color #B90500: hue angle of 1.62º 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 #B90500 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 5 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.27 |
| HSL | 1.62º | 1% | 0.36% | - |
| HSV(B) | 1.62º | 1% | 0.73% | - |
| XYZ | 20.06 | 10.42 | 0.95 | - |
| YUV | 58.25 | 95.13 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 0 | 0 | 0.97 | 1 | 0.27 | 1.62 | 1 | 0.36 |
| Hex | B9 | 5 | 0 | 0 | 61 | 64 | 1B | 2 | 64 | 24 |
| Octal | 271 | 5 | 0 | 0 | 141 | 144 | 33 | 2 | 144 | 44 |
| Binary | 10111001 | 101 | 0 | 0 | 1100001 | 1100100 | 11011 | 10 | 1100100 | 100100 |
Color Harmonies of #B90500
Complementary color
Monochromatic Colors of #B90500
Black with #B90500
Text Example
Text Example
White with #B90500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90500; }
p { color: rgb(185,5,0); }
H1.HeaderClassName
{
color: #B90500;
}
.AnyTagClassName
{
color: #B90500;
}
</style>
background-color css
<style>
a { background-color: #B90500; }
a { background-color: rgb(185,5,0); }
div.DivClassName
{
background-color: #B90500;
}
.BgClassName
{
background-color: #B90500;
}
</style>
border-color css
<style>
span { border-color: #B90500; }
span { border-color: rgb(185,5,0); }
td.TdClassName
{
border-color: #B90500;
}
.TagClassName
{
border-color: #B90500;
}
</style>