Shades of Free Speech Red #BF1305
Tints of Free Speech Red #BF1305
RGB
CMYK
RGB Variations
Color information
#BF1305 (or 0xBF1305) is known color: Free Speech Red. HEX triplet: BF, 13 and 05. RGB value is (191,19,5). Sum of RGB (Red+Green+Blue) = 191+19+5=215 (28% of max value = 765). Red value is 191 (75% from 255 or 88.84% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1305 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1305 is #40ECFA. Grayscale: #454545. Windows color (decimal): -4254971 or 332735. OLE color: 332735.
HSL color Cylindrical-coordinate representation of color #BF1305: hue angle of 4.52º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF1305 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 19 | 5 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.25 |
| HSL | 4.52º | 0.95% | 0.38% | - |
| HSV(B) | 4.52º | 0.97% | 0.75% | - |
| XYZ | 21.75 | 11.55 | 1.23 | - |
| YUV | 68.83 | 91.98 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 5 | 0 | 0.90 | 0.97 | 0.25 | 4.52 | 0.95 | 0.38 |
| Hex | BF | 13 | 5 | 0 | 5A | 61 | 19 | 5 | 5F | 26 |
| Octal | 277 | 23 | 5 | 0 | 132 | 141 | 31 | 5 | 137 | 46 |
| Binary | 10111111 | 10011 | 101 | 0 | 1011010 | 1100001 | 11001 | 101 | 1011111 | 100110 |
Color Harmonies of #BF1305
Complementary color
Monochromatic Colors of #BF1305
Black with #BF1305
Text Example
Text Example
White with #BF1305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1305; }
p { color: rgb(191,19,5); }
H1.HeaderClassName
{
color: #BF1305;
}
.AnyTagClassName
{
color: #BF1305;
}
</style>
background-color css
<style>
a { background-color: #BF1305; }
a { background-color: rgb(191,19,5); }
div.DivClassName
{
background-color: #BF1305;
}
.BgClassName
{
background-color: #BF1305;
}
</style>
border-color css
<style>
span { border-color: #BF1305; }
span { border-color: rgb(191,19,5); }
td.TdClassName
{
border-color: #BF1305;
}
.TagClassName
{
border-color: #BF1305;
}
</style>