Shades of Free Speech Red #B70F00
Tints of Free Speech Red #B70F00
RGB
CMYK
RGB Variations
Color information
#B70F00 (or 0xB70F00) is known color: Free Speech Red. HEX triplet: B7, 0F and 00. RGB value is (183,15,0). Sum of RGB (Red+Green+Blue) = 183+15+0=198 (26% of max value = 765). Red value is 183 (71.88% from 255 or 92.42% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 183 - color contains mainly: red. Hex color #B70F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70F00 is #48F0FF. Grayscale: #3F3F3F. Windows color (decimal): -4780288 or 4023. OLE color: 4023.
HSL color Cylindrical-coordinate representation of color #B70F00: hue angle of 4.92º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70F00 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 15 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.28 |
| HSL | 4.92º | 1% | 0.36% | - |
| HSV(B) | 4.92º | 1% | 0.72% | - |
| XYZ | 19.7 | 10.41 | 0.97 | - |
| YUV | 63.52 | 92.16 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 15 | 0 | 0 | 0.92 | 1 | 0.28 | 4.92 | 1 | 0.36 |
| Hex | B7 | F | 0 | 0 | 5C | 64 | 1C | 5 | 64 | 24 |
| Octal | 267 | 17 | 0 | 0 | 134 | 144 | 34 | 5 | 144 | 44 |
| Binary | 10110111 | 1111 | 0 | 0 | 1011100 | 1100100 | 11100 | 101 | 1100100 | 100100 |
Color Harmonies of #B70F00
Complementary color
Monochromatic Colors of #B70F00
Black with #B70F00
Text Example
Text Example
White with #B70F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70F00; }
p { color: rgb(183,15,0); }
H1.HeaderClassName
{
color: #B70F00;
}
.AnyTagClassName
{
color: #B70F00;
}
</style>
background-color css
<style>
a { background-color: #B70F00; }
a { background-color: rgb(183,15,0); }
div.DivClassName
{
background-color: #B70F00;
}
.BgClassName
{
background-color: #B70F00;
}
</style>
border-color css
<style>
span { border-color: #B70F00; }
span { border-color: rgb(183,15,0); }
td.TdClassName
{
border-color: #B70F00;
}
.TagClassName
{
border-color: #B70F00;
}
</style>