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