Shades of Free Speech Red #B70900
Tints of Free Speech Red #B70900
RGB
CMYK
RGB Variations
Color information
#B70900 (or 0xB70900) is known color: Free Speech Red. HEX triplet: B7, 09 and 00. RGB value is (183,9,0). Sum of RGB (Red+Green+Blue) = 183+9+0=192 (25% of max value = 765). Red value is 183 (71.88% from 255 or 95.31% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 183 - color contains mainly: red. Hex color #B70900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70900 is #48F6FF. Grayscale: #3C3C3C. Windows color (decimal): -4781824 or 2487. OLE color: 2487.
HSL color Cylindrical-coordinate representation of color #B70900: hue angle of 2.95º 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 #B70900 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 9 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.28 |
| HSL | 2.95º | 1% | 0.36% | - |
| HSV(B) | 2.95º | 1% | 0.72% | - |
| XYZ | 19.63 | 10.26 | 0.95 | - |
| YUV | 60 | 94.15 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 9 | 0 | 0 | 0.95 | 1 | 0.28 | 2.95 | 1 | 0.36 |
| Hex | B7 | 9 | 0 | 0 | 5F | 64 | 1C | 3 | 64 | 24 |
| Octal | 267 | 11 | 0 | 0 | 137 | 144 | 34 | 3 | 144 | 44 |
| Binary | 10110111 | 1001 | 0 | 0 | 1011111 | 1100100 | 11100 | 11 | 1100100 | 100100 |
Color Harmonies of #B70900
Complementary color
Monochromatic Colors of #B70900
Black with #B70900
Text Example
Text Example
White with #B70900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70900; }
p { color: rgb(183,9,0); }
H1.HeaderClassName
{
color: #B70900;
}
.AnyTagClassName
{
color: #B70900;
}
</style>
background-color css
<style>
a { background-color: #B70900; }
a { background-color: rgb(183,9,0); }
div.DivClassName
{
background-color: #B70900;
}
.BgClassName
{
background-color: #B70900;
}
</style>
border-color css
<style>
span { border-color: #B70900; }
span { border-color: rgb(183,9,0); }
td.TdClassName
{
border-color: #B70900;
}
.TagClassName
{
border-color: #B70900;
}
</style>