Shades of Free Speech Red #B40F00
Tints of Free Speech Red #B40F00
RGB
CMYK
RGB Variations
Color information
#B40F00 (or 0xB40F00) is known color: Free Speech Red. HEX triplet: B4, 0F and 00. RGB value is (180,15,0). Sum of RGB (Red+Green+Blue) = 180+15+0=195 (25% of max value = 765). Red value is 180 (70.70% from 255 or 92.31% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40F00 is #4BF0FF. Grayscale: #3E3E3E. Windows color (decimal): -4976896 or 4020. OLE color: 4020.
HSL color Cylindrical-coordinate representation of color #B40F00: hue angle of 5º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B40F00 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 15 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.29 |
| HSL | 5º | 1% | 0.35% | - |
| HSV(B) | 5º | 1% | 0.71% | - |
| XYZ | 18.99 | 10.04 | 0.94 | - |
| YUV | 62.63 | 92.66 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 0 | 0 | 0.92 | 1 | 0.29 | 5 | 1 | 0.35 |
| Hex | B4 | F | 0 | 0 | 5C | 64 | 1D | 5 | 64 | 23 |
| Octal | 264 | 17 | 0 | 0 | 134 | 144 | 35 | 5 | 144 | 43 |
| Binary | 10110100 | 1111 | 0 | 0 | 1011100 | 1100100 | 11101 | 101 | 1100100 | 100011 |
Color Harmonies of #B40F00
Complementary color
Monochromatic Colors of #B40F00
Black with #B40F00
Text Example
Text Example
White with #B40F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40F00; }
p { color: rgb(180,15,0); }
H1.HeaderClassName
{
color: #B40F00;
}
.AnyTagClassName
{
color: #B40F00;
}
</style>
background-color css
<style>
a { background-color: #B40F00; }
a { background-color: rgb(180,15,0); }
div.DivClassName
{
background-color: #B40F00;
}
.BgClassName
{
background-color: #B40F00;
}
</style>
border-color css
<style>
span { border-color: #B40F00; }
span { border-color: rgb(180,15,0); }
td.TdClassName
{
border-color: #B40F00;
}
.TagClassName
{
border-color: #B40F00;
}
</style>