Shades of Free Speech Red #B70D00
Tints of Free Speech Red #B70D00
RGB
CMYK
RGB Variations
Color information
#B70D00 (or 0xB70D00) is known color: Free Speech Red. HEX triplet: B7, 0D and 00. RGB value is (183,13,0). Sum of RGB (Red+Green+Blue) = 183+13+0=196 (25% of max value = 765). Red value is 183 (71.88% from 255 or 93.37% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 183 - color contains mainly: red. Hex color #B70D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70D00 is #48F2FF. Grayscale: #3E3E3E. Windows color (decimal): -4780800 or 3511. OLE color: 3511.
HSL color Cylindrical-coordinate representation of color #B70D00: hue angle of 4.26º 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 #B70D00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 13 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.28 |
| HSL | 4.26º | 1% | 0.36% | - |
| HSV(B) | 4.26º | 1% | 0.72% | - |
| XYZ | 19.67 | 10.36 | 0.96 | - |
| YUV | 62.35 | 92.82 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 0 | 0 | 0.93 | 1 | 0.28 | 4.26 | 1 | 0.36 |
| Hex | B7 | D | 0 | 0 | 5D | 64 | 1C | 4 | 64 | 24 |
| Octal | 267 | 15 | 0 | 0 | 135 | 144 | 34 | 4 | 144 | 44 |
| Binary | 10110111 | 1101 | 0 | 0 | 1011101 | 1100100 | 11100 | 100 | 1100100 | 100100 |
Color Harmonies of #B70D00
Complementary color
Monochromatic Colors of #B70D00
Black with #B70D00
Text Example
Text Example
White with #B70D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70D00; }
p { color: rgb(183,13,0); }
H1.HeaderClassName
{
color: #B70D00;
}
.AnyTagClassName
{
color: #B70D00;
}
</style>
background-color css
<style>
a { background-color: #B70D00; }
a { background-color: rgb(183,13,0); }
div.DivClassName
{
background-color: #B70D00;
}
.BgClassName
{
background-color: #B70D00;
}
</style>
border-color css
<style>
span { border-color: #B70D00; }
span { border-color: rgb(183,13,0); }
td.TdClassName
{
border-color: #B70D00;
}
.TagClassName
{
border-color: #B70D00;
}
</style>