Shades of Free Speech Red #B90F09
Tints of Free Speech Red #B90F09
RGB
CMYK
RGB Variations
Color information
#B90F09 (or 0xB90F09) is known color: Free Speech Red. HEX triplet: B9, 0F and 09. RGB value is (185,15,9). Sum of RGB (Red+Green+Blue) = 185+15+9=209 (27% of max value = 765). Red value is 185 (72.66% from 255 or 88.52% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 185 - color contains mainly: red. Hex color #B90F09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90F09 is #46F0F6. Grayscale: #414141. Windows color (decimal): -4649207 or 593849. OLE color: 593849.
HSL color Cylindrical-coordinate representation of color #B90F09: hue angle of 2.05º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90F09 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 15 | 9 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.27 |
| HSL | 2.05º | 0.91% | 0.38% | - |
| HSV(B) | 2.05º | 0.95% | 0.73% | - |
| XYZ | 20.23 | 10.68 | 1.25 | - |
| YUV | 65.15 | 96.32 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 9 | 0 | 0.92 | 0.95 | 0.27 | 2.05 | 0.91 | 0.38 |
| Hex | B9 | F | 9 | 0 | 5C | 5F | 1B | 2 | 5B | 26 |
| Octal | 271 | 17 | 11 | 0 | 134 | 137 | 33 | 2 | 133 | 46 |
| Binary | 10111001 | 1111 | 1001 | 0 | 1011100 | 1011111 | 11011 | 10 | 1011011 | 100110 |
Color Harmonies of #B90F09
Complementary color
Monochromatic Colors of #B90F09
Black with #B90F09
Text Example
Text Example
White with #B90F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90F09; }
p { color: rgb(185,15,9); }
H1.HeaderClassName
{
color: #B90F09;
}
.AnyTagClassName
{
color: #B90F09;
}
</style>
background-color css
<style>
a { background-color: #B90F09; }
a { background-color: rgb(185,15,9); }
div.DivClassName
{
background-color: #B90F09;
}
.BgClassName
{
background-color: #B90F09;
}
</style>
border-color css
<style>
span { border-color: #B90F09; }
span { border-color: rgb(185,15,9); }
td.TdClassName
{
border-color: #B90F09;
}
.TagClassName
{
border-color: #B90F09;
}
</style>