Shades of Free Speech Red #B30F00
Tints of Free Speech Red #B30F00
RGB
CMYK
RGB Variations
Color information
#B30F00 (or 0xB30F00) is known color: Free Speech Red. HEX triplet: B3, 0F and 00. RGB value is (179,15,0). Sum of RGB (Red+Green+Blue) = 179+15+0=194 (25% of max value = 765). Red value is 179 (70.31% from 255 or 92.27% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30F00 is #4CF0FF. Grayscale: #3E3E3E. Windows color (decimal): -5042432 or 4019. OLE color: 4019.
HSL color Cylindrical-coordinate representation of color #B30F00: hue angle of 5.03º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30F00 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 15 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.30 |
| HSL | 5.03º | 1% | 0.35% | - |
| HSV(B) | 5.03º | 1% | 0.7% | - |
| XYZ | 18.76 | 9.93 | 0.93 | - |
| YUV | 62.33 | 92.83 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 0 | 0 | 0.92 | 1 | 0.30 | 5.03 | 1 | 0.35 |
| Hex | B3 | F | 0 | 0 | 5C | 64 | 1E | 5 | 64 | 23 |
| Octal | 263 | 17 | 0 | 0 | 134 | 144 | 36 | 5 | 144 | 43 |
| Binary | 10110011 | 1111 | 0 | 0 | 1011100 | 1100100 | 11110 | 101 | 1100100 | 100011 |
Color Harmonies of #B30F00
Complementary color
Monochromatic Colors of #B30F00
Black with #B30F00
Text Example
Text Example
White with #B30F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30F00; }
p { color: rgb(179,15,0); }
H1.HeaderClassName
{
color: #B30F00;
}
.AnyTagClassName
{
color: #B30F00;
}
</style>
background-color css
<style>
a { background-color: #B30F00; }
a { background-color: rgb(179,15,0); }
div.DivClassName
{
background-color: #B30F00;
}
.BgClassName
{
background-color: #B30F00;
}
</style>
border-color css
<style>
span { border-color: #B30F00; }
span { border-color: rgb(179,15,0); }
td.TdClassName
{
border-color: #B30F00;
}
.TagClassName
{
border-color: #B30F00;
}
</style>