Shades of Free Speech Red #B90F00
Tints of Free Speech Red #B90F00
RGB
CMYK
RGB Variations
Color information
#B90F00 (or 0xB90F00) is known color: Free Speech Red. HEX triplet: B9, 0F and 00. RGB value is (185,15,0). Sum of RGB (Red+Green+Blue) = 185+15+0=200 (26% of max value = 765). Red value is 185 (72.66% from 255 or 92.5% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 185 - color contains mainly: red. Hex color #B90F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90F00 is #46F0FF. Grayscale: #404040. Windows color (decimal): -4649216 or 4025. OLE color: 4025.
HSL color Cylindrical-coordinate representation of color #B90F00: hue angle of 4.86º 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 #B90F00 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 15 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.27 |
| HSL | 4.86º | 1% | 0.36% | - |
| HSV(B) | 4.86º | 1% | 0.73% | - |
| XYZ | 20.18 | 10.66 | 0.99 | - |
| YUV | 64.12 | 91.82 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 0 | 0 | 0.92 | 1 | 0.27 | 4.86 | 1 | 0.36 |
| Hex | B9 | F | 0 | 0 | 5C | 64 | 1B | 5 | 64 | 24 |
| Octal | 271 | 17 | 0 | 0 | 134 | 144 | 33 | 5 | 144 | 44 |
| Binary | 10111001 | 1111 | 0 | 0 | 1011100 | 1100100 | 11011 | 101 | 1100100 | 100100 |
Color Harmonies of #B90F00
Complementary color
Monochromatic Colors of #B90F00
Black with #B90F00
Text Example
Text Example
White with #B90F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90F00; }
p { color: rgb(185,15,0); }
H1.HeaderClassName
{
color: #B90F00;
}
.AnyTagClassName
{
color: #B90F00;
}
</style>
background-color css
<style>
a { background-color: #B90F00; }
a { background-color: rgb(185,15,0); }
div.DivClassName
{
background-color: #B90F00;
}
.BgClassName
{
background-color: #B90F00;
}
</style>
border-color css
<style>
span { border-color: #B90F00; }
span { border-color: rgb(185,15,0); }
td.TdClassName
{
border-color: #B90F00;
}
.TagClassName
{
border-color: #B90F00;
}
</style>