Shades of Free Speech Red #B70800
Tints of Free Speech Red #B70800
RGB
CMYK
RGB Variations
Color information
#B70800 (or 0xB70800) is known color: Free Speech Red. HEX triplet: B7, 08 and 00. RGB value is (183,8,0). Sum of RGB (Red+Green+Blue) = 183+8+0=191 (25% of max value = 765). Red value is 183 (71.88% from 255 or 95.81% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 183 - color contains mainly: red. Hex color #B70800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70800 is #48F7FF. Grayscale: #3B3B3B. Windows color (decimal): -4782080 or 2231. OLE color: 2231.
HSL color Cylindrical-coordinate representation of color #B70800: hue angle of 2.62º 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 #B70800 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 8 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.28 |
| HSL | 2.62º | 1% | 0.36% | - |
| HSV(B) | 2.62º | 1% | 0.72% | - |
| XYZ | 19.62 | 10.24 | 0.94 | - |
| YUV | 59.41 | 94.48 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 8 | 0 | 0 | 0.96 | 1 | 0.28 | 2.62 | 1 | 0.36 |
| Hex | B7 | 8 | 0 | 0 | 60 | 64 | 1C | 3 | 64 | 24 |
| Octal | 267 | 10 | 0 | 0 | 140 | 144 | 34 | 3 | 144 | 44 |
| Binary | 10110111 | 1000 | 0 | 0 | 1100000 | 1100100 | 11100 | 11 | 1100100 | 100100 |
Color Harmonies of #B70800
Complementary color
Monochromatic Colors of #B70800
Black with #B70800
Text Example
Text Example
White with #B70800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70800; }
p { color: rgb(183,8,0); }
H1.HeaderClassName
{
color: #B70800;
}
.AnyTagClassName
{
color: #B70800;
}
</style>
background-color css
<style>
a { background-color: #B70800; }
a { background-color: rgb(183,8,0); }
div.DivClassName
{
background-color: #B70800;
}
.BgClassName
{
background-color: #B70800;
}
</style>
border-color css
<style>
span { border-color: #B70800; }
span { border-color: rgb(183,8,0); }
td.TdClassName
{
border-color: #B70800;
}
.TagClassName
{
border-color: #B70800;
}
</style>