Shades of Free Speech Red #BF130B
Tints of Free Speech Red #BF130B
RGB
CMYK
RGB Variations
Color information
#BF130B (or 0xBF130B) is known color: Free Speech Red. HEX triplet: BF, 13 and 0B. RGB value is (191,19,11). Sum of RGB (Red+Green+Blue) = 191+19+11=221 (29% of max value = 765). Red value is 191 (75% from 255 or 86.43% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 191 - color contains mainly: red. Hex color #BF130B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF130B is #40ECF4. Grayscale: #454545. Windows color (decimal): -4254965 or 725951. OLE color: 725951.
HSL color Cylindrical-coordinate representation of color #BF130B: hue angle of 2.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF130B is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 19 | 11 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.25 |
| HSL | 2.67º | 0.89% | 0.4% | - |
| HSV(B) | 2.67º | 0.94% | 0.75% | - |
| XYZ | 21.78 | 11.57 | 1.4 | - |
| YUV | 69.52 | 94.98 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 11 | 0 | 0.90 | 0.94 | 0.25 | 2.67 | 0.89 | 0.4 |
| Hex | BF | 13 | B | 0 | 5A | 5E | 19 | 3 | 59 | 28 |
| Octal | 277 | 23 | 13 | 0 | 132 | 136 | 31 | 3 | 131 | 50 |
| Binary | 10111111 | 10011 | 1011 | 0 | 1011010 | 1011110 | 11001 | 11 | 1011001 | 101000 |
Color Harmonies of #BF130B
Complementary color
Monochromatic Colors of #BF130B
Black with #BF130B
Text Example
Text Example
White with #BF130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF130B; }
p { color: rgb(191,19,11); }
H1.HeaderClassName
{
color: #BF130B;
}
.AnyTagClassName
{
color: #BF130B;
}
</style>
background-color css
<style>
a { background-color: #BF130B; }
a { background-color: rgb(191,19,11); }
div.DivClassName
{
background-color: #BF130B;
}
.BgClassName
{
background-color: #BF130B;
}
</style>
border-color css
<style>
span { border-color: #BF130B; }
span { border-color: rgb(191,19,11); }
td.TdClassName
{
border-color: #BF130B;
}
.TagClassName
{
border-color: #BF130B;
}
</style>