Shades of Free Speech Red #B90504
Tints of Free Speech Red #B90504
RGB
CMYK
RGB Variations
Color information
#B90504 (or 0xB90504) is known color: Free Speech Red. HEX triplet: B9, 05 and 04. RGB value is (185,5,4). Sum of RGB (Red+Green+Blue) = 185+5+4=194 (25% of max value = 765). Red value is 185 (72.66% from 255 or 95.36% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 185 - color contains mainly: red. Hex color #B90504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90504 is #46FAFB. Grayscale: #3A3A3A. Windows color (decimal): -4651772 or 263609. OLE color: 263609.
HSL color Cylindrical-coordinate representation of color #B90504: hue angle of 0.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B90504 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 5 | 4 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.27 |
| HSL | 0.33º | 0.96% | 0.37% | - |
| HSV(B) | 0.33º | 0.98% | 0.73% | - |
| XYZ | 20.08 | 10.43 | 1.07 | - |
| YUV | 58.71 | 97.13 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 4 | 0 | 0.97 | 0.98 | 0.27 | 0.33 | 0.96 | 0.37 |
| Hex | B9 | 5 | 4 | 0 | 61 | 62 | 1B | 0 | 60 | 25 |
| Octal | 271 | 5 | 4 | 0 | 141 | 142 | 33 | 0 | 140 | 45 |
| Binary | 10111001 | 101 | 100 | 0 | 1100001 | 1100010 | 11011 | 0 | 1100000 | 100101 |
Color Harmonies of #B90504
Complementary color
Monochromatic Colors of #B90504
Black with #B90504
Text Example
Text Example
White with #B90504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90504; }
p { color: rgb(185,5,4); }
H1.HeaderClassName
{
color: #B90504;
}
.AnyTagClassName
{
color: #B90504;
}
</style>
background-color css
<style>
a { background-color: #B90504; }
a { background-color: rgb(185,5,4); }
div.DivClassName
{
background-color: #B90504;
}
.BgClassName
{
background-color: #B90504;
}
</style>
border-color css
<style>
span { border-color: #B90504; }
span { border-color: rgb(185,5,4); }
td.TdClassName
{
border-color: #B90504;
}
.TagClassName
{
border-color: #B90504;
}
</style>