Shades of Free Speech Red #B90605
Tints of Free Speech Red #B90605
RGB
CMYK
RGB Variations
Color information
#B90605 (or 0xB90605) is known color: Free Speech Red. HEX triplet: B9, 06 and 05. RGB value is (185,6,5). Sum of RGB (Red+Green+Blue) = 185+6+5=196 (25% of max value = 765). Red value is 185 (72.66% from 255 or 94.39% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 185 - color contains mainly: red. Hex color #B90605 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90605 is #46F9FA. Grayscale: #3B3B3B. Windows color (decimal): -4651515 or 329401. OLE color: 329401.
HSL color Cylindrical-coordinate representation of color #B90605: hue angle of 0.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B90605 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 6 | 5 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.27 |
| HSL | 0.33º | 0.95% | 0.37% | - |
| HSV(B) | 0.33º | 0.97% | 0.73% | - |
| XYZ | 20.1 | 10.46 | 1.1 | - |
| YUV | 59.41 | 97.3 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 6 | 5 | 0 | 0.97 | 0.97 | 0.27 | 0.33 | 0.95 | 0.37 |
| Hex | B9 | 6 | 5 | 0 | 61 | 61 | 1B | 0 | 5F | 25 |
| Octal | 271 | 6 | 5 | 0 | 141 | 141 | 33 | 0 | 137 | 45 |
| Binary | 10111001 | 110 | 101 | 0 | 1100001 | 1100001 | 11011 | 0 | 1011111 | 100101 |
Color Harmonies of #B90605
Complementary color
Monochromatic Colors of #B90605
Black with #B90605
Text Example
Text Example
White with #B90605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90605; }
p { color: rgb(185,6,5); }
H1.HeaderClassName
{
color: #B90605;
}
.AnyTagClassName
{
color: #B90605;
}
</style>
background-color css
<style>
a { background-color: #B90605; }
a { background-color: rgb(185,6,5); }
div.DivClassName
{
background-color: #B90605;
}
.BgClassName
{
background-color: #B90605;
}
</style>
border-color css
<style>
span { border-color: #B90605; }
span { border-color: rgb(185,6,5); }
td.TdClassName
{
border-color: #B90605;
}
.TagClassName
{
border-color: #B90605;
}
</style>