Shades of Free Speech Red #B40F0C
Tints of Free Speech Red #B40F0C
RGB
CMYK
RGB Variations
Color information
#B40F0C (or 0xB40F0C) is known color: Free Speech Red. HEX triplet: B4, 0F and 0C. RGB value is (180,15,12). Sum of RGB (Red+Green+Blue) = 180+15+12=207 (27% of max value = 765). Red value is 180 (70.70% from 255 or 86.96% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40F0C is #4BF0F3. Grayscale: #404040. Windows color (decimal): -4976884 or 790452. OLE color: 790452.
HSL color Cylindrical-coordinate representation of color #B40F0C: hue angle of 1.07º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40F0C is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 15 | 12 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.29 |
| HSL | 1.07º | 0.88% | 0.38% | - |
| HSV(B) | 1.07º | 0.93% | 0.71% | - |
| XYZ | 19.06 | 10.07 | 1.29 | - |
| YUV | 63.99 | 98.66 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 12 | 0 | 0.92 | 0.93 | 0.29 | 1.07 | 0.88 | 0.38 |
| Hex | B4 | F | C | 0 | 5C | 5D | 1D | 1 | 58 | 26 |
| Octal | 264 | 17 | 14 | 0 | 134 | 135 | 35 | 1 | 130 | 46 |
| Binary | 10110100 | 1111 | 1100 | 0 | 1011100 | 1011101 | 11101 | 1 | 1011000 | 100110 |
Color Harmonies of #B40F0C
Complementary color
Monochromatic Colors of #B40F0C
Black with #B40F0C
Text Example
Text Example
White with #B40F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40F0C; }
p { color: rgb(180,15,12); }
H1.HeaderClassName
{
color: #B40F0C;
}
.AnyTagClassName
{
color: #B40F0C;
}
</style>
background-color css
<style>
a { background-color: #B40F0C; }
a { background-color: rgb(180,15,12); }
div.DivClassName
{
background-color: #B40F0C;
}
.BgClassName
{
background-color: #B40F0C;
}
</style>
border-color css
<style>
span { border-color: #B40F0C; }
span { border-color: rgb(180,15,12); }
td.TdClassName
{
border-color: #B40F0C;
}
.TagClassName
{
border-color: #B40F0C;
}
</style>