Shades of Free Speech Red #B70B00
Tints of Free Speech Red #B70B00
RGB
CMYK
RGB Variations
Color information
#B70B00 (or 0xB70B00) is known color: Free Speech Red. HEX triplet: B7, 0B and 00. RGB value is (183,11,0). Sum of RGB (Red+Green+Blue) = 183+11+0=194 (25% of max value = 765). Red value is 183 (71.88% from 255 or 94.33% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 183 - color contains mainly: red. Hex color #B70B00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70B00 is #48F4FF. Grayscale: #3D3D3D. Windows color (decimal): -4781312 or 2999. OLE color: 2999.
HSL color Cylindrical-coordinate representation of color #B70B00: hue angle of 3.61º 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 #B70B00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 11 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.28 |
| HSL | 3.61º | 1% | 0.36% | - |
| HSV(B) | 3.61º | 1% | 0.72% | - |
| XYZ | 19.65 | 10.31 | 0.95 | - |
| YUV | 61.17 | 93.48 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 11 | 0 | 0 | 0.94 | 1 | 0.28 | 3.61 | 1 | 0.36 |
| Hex | B7 | B | 0 | 0 | 5E | 64 | 1C | 4 | 64 | 24 |
| Octal | 267 | 13 | 0 | 0 | 136 | 144 | 34 | 4 | 144 | 44 |
| Binary | 10110111 | 1011 | 0 | 0 | 1011110 | 1100100 | 11100 | 100 | 1100100 | 100100 |
Color Harmonies of #B70B00
Complementary color
Monochromatic Colors of #B70B00
Black with #B70B00
Text Example
Text Example
White with #B70B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70B00; }
p { color: rgb(183,11,0); }
H1.HeaderClassName
{
color: #B70B00;
}
.AnyTagClassName
{
color: #B70B00;
}
</style>
background-color css
<style>
a { background-color: #B70B00; }
a { background-color: rgb(183,11,0); }
div.DivClassName
{
background-color: #B70B00;
}
.BgClassName
{
background-color: #B70B00;
}
</style>
border-color css
<style>
span { border-color: #B70B00; }
span { border-color: rgb(183,11,0); }
td.TdClassName
{
border-color: #B70B00;
}
.TagClassName
{
border-color: #B70B00;
}
</style>