Shades of Free Speech Red #B10F03
Tints of Free Speech Red #B10F03
RGB
CMYK
RGB Variations
Color information
#B10F03 (or 0xB10F03) is known color: Free Speech Red. HEX triplet: B1, 0F and 03. RGB value is (177,15,3). Sum of RGB (Red+Green+Blue) = 177+15+3=195 (25% of max value = 765). Red value is 177 (69.53% from 255 or 90.77% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10F03 is #4EF0FC. Grayscale: #3E3E3E. Windows color (decimal): -5173501 or 200625. OLE color: 200625.
HSL color Cylindrical-coordinate representation of color #B10F03: hue angle of 4.14º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B10F03 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 15 | 3 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.31 |
| HSL | 4.14º | 0.97% | 0.35% | - |
| HSV(B) | 4.14º | 0.98% | 0.69% | - |
| XYZ | 18.32 | 9.7 | 0.99 | - |
| YUV | 62.07 | 94.67 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 15 | 3 | 0 | 0.92 | 0.98 | 0.31 | 4.14 | 0.97 | 0.35 |
| Hex | B1 | F | 3 | 0 | 5C | 62 | 1F | 4 | 61 | 23 |
| Octal | 261 | 17 | 3 | 0 | 134 | 142 | 37 | 4 | 141 | 43 |
| Binary | 10110001 | 1111 | 11 | 0 | 1011100 | 1100010 | 11111 | 100 | 1100001 | 100011 |
Color Harmonies of #B10F03
Complementary color
Monochromatic Colors of #B10F03
Black with #B10F03
Text Example
Text Example
White with #B10F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10F03; }
p { color: rgb(177,15,3); }
H1.HeaderClassName
{
color: #B10F03;
}
.AnyTagClassName
{
color: #B10F03;
}
</style>
background-color css
<style>
a { background-color: #B10F03; }
a { background-color: rgb(177,15,3); }
div.DivClassName
{
background-color: #B10F03;
}
.BgClassName
{
background-color: #B10F03;
}
</style>
border-color css
<style>
span { border-color: #B10F03; }
span { border-color: rgb(177,15,3); }
td.TdClassName
{
border-color: #B10F03;
}
.TagClassName
{
border-color: #B10F03;
}
</style>