Shades of Free Speech Red #B90700
Tints of Free Speech Red #B90700
RGB
CMYK
RGB Variations
Color information
#B90700 (or 0xB90700) is known color: Free Speech Red. HEX triplet: B9, 07 and 00. RGB value is (185,7,0). Sum of RGB (Red+Green+Blue) = 185+7+0=192 (25% of max value = 765). Red value is 185 (72.66% from 255 or 96.35% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 185 - color contains mainly: red. Hex color #B90700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90700 is #46F8FF. Grayscale: #3B3B3B. Windows color (decimal): -4651264 or 1977. OLE color: 1977.
HSL color Cylindrical-coordinate representation of color #B90700: hue angle of 2.27º 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 #B90700 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 7 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.27 |
| HSL | 2.27º | 1% | 0.36% | - |
| HSV(B) | 2.27º | 1% | 0.73% | - |
| XYZ | 20.08 | 10.47 | 0.96 | - |
| YUV | 59.42 | 94.47 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 7 | 0 | 0 | 0.96 | 1 | 0.27 | 2.27 | 1 | 0.36 |
| Hex | B9 | 7 | 0 | 0 | 60 | 64 | 1B | 2 | 64 | 24 |
| Octal | 271 | 7 | 0 | 0 | 140 | 144 | 33 | 2 | 144 | 44 |
| Binary | 10111001 | 111 | 0 | 0 | 1100000 | 1100100 | 11011 | 10 | 1100100 | 100100 |
Color Harmonies of #B90700
Complementary color
Monochromatic Colors of #B90700
Black with #B90700
Text Example
Text Example
White with #B90700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90700; }
p { color: rgb(185,7,0); }
H1.HeaderClassName
{
color: #B90700;
}
.AnyTagClassName
{
color: #B90700;
}
</style>
background-color css
<style>
a { background-color: #B90700; }
a { background-color: rgb(185,7,0); }
div.DivClassName
{
background-color: #B90700;
}
.BgClassName
{
background-color: #B90700;
}
</style>
border-color css
<style>
span { border-color: #B90700; }
span { border-color: rgb(185,7,0); }
td.TdClassName
{
border-color: #B90700;
}
.TagClassName
{
border-color: #B90700;
}
</style>