Shades of Free Speech Red #B30F0F
Tints of Free Speech Red #B30F0F
RGB
CMYK
RGB Variations
Color information
#B30F0F (or 0xB30F0F) is known color: Free Speech Red. HEX triplet: B3, 0F and 0F. RGB value is (179,15,15). Sum of RGB (Red+Green+Blue) = 179+15+15=209 (27% of max value = 765). Red value is 179 (70.31% from 255 or 85.65% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30F0F is #4CF0F0. Grayscale: #404040. Windows color (decimal): -5042417 or 987059. OLE color: 987059.
HSL color Cylindrical-coordinate representation of color #B30F0F: hue angle of 0º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30F0F is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 15 | 15 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.30 |
| HSL | 0º | 0.85% | 0.38% | - |
| HSV(B) | 0º | 0.92% | 0.7% | - |
| XYZ | 18.85 | 9.96 | 1.38 | - |
| YUV | 64.04 | 100.33 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 15 | 0 | 0.92 | 0.92 | 0.30 | 0 | 0.85 | 0.38 |
| Hex | B3 | F | F | 0 | 5C | 5C | 1E | 0 | 55 | 26 |
| Octal | 263 | 17 | 17 | 0 | 134 | 134 | 36 | 0 | 125 | 46 |
| Binary | 10110011 | 1111 | 1111 | 0 | 1011100 | 1011100 | 11110 | 0 | 1010101 | 100110 |
Color Harmonies of #B30F0F
Complementary color
Monochromatic Colors of #B30F0F
Black with #B30F0F
Text Example
Text Example
White with #B30F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30F0F; }
p { color: rgb(179,15,15); }
H1.HeaderClassName
{
color: #B30F0F;
}
.AnyTagClassName
{
color: #B30F0F;
}
</style>
background-color css
<style>
a { background-color: #B30F0F; }
a { background-color: rgb(179,15,15); }
div.DivClassName
{
background-color: #B30F0F;
}
.BgClassName
{
background-color: #B30F0F;
}
</style>
border-color css
<style>
span { border-color: #B30F0F; }
span { border-color: rgb(179,15,15); }
td.TdClassName
{
border-color: #B30F0F;
}
.TagClassName
{
border-color: #B30F0F;
}
</style>