#BF0100

Color #BF0100 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #BF0100

Tints of Free Speech Red #BF0100

Color information

#BF0100 (or 0xBF0100) is unknown color: approx Free Speech Red. HEX triplet: BF, 01 and 00. RGB value is (191,1,0). Sum of RGB (Red+Green+Blue) = 191+1+0=192 (25% of max value = 765). Red value is 191 (75% from 255 or 99.48% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0100 is #40FEFF. Grayscale: #393939. Windows color (decimal): -4259584 or 447. OLE color: 447.

HSL color Cylindrical-coordinate representation of color #BF0100: hue angle of 0.31º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF0100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB19110-
CMYK00.9910.25
HSL0.31º100%37.45%-
HSV(B)0.31º100%74.9%-
XYZ21.511.11.01-
YUV57.795.45223.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 99.48%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=99.48%
G=0.52%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911000.9910.250.3110037.45
HexBF10063641906425
Octal27710014314431014445
Binary10111111100110001111001001100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0100; }

 p { color: rgb(191,1,0); }

 H1.HeaderClassName
 {
   color: #BF0100;
 }
 .AnyTagClassName
 {
   color: #BF0100;
 }
</style>
background-color css

<style>
 a { background-color: #BF0100; }

 a { background-color: rgb(191,1,0); }

 div.DivClassName
 {
   background-color: #BF0100;
 }
 .BgClassName
 {
   background-color: #BF0100;
 }
</style>
border-color css

<style>
 span { border-color: #BF0100; }

 span { border-color: rgb(191,1,0); }

 td.TdClassName
 {
   border-color: #BF0100;
 }
 .TagClassName
 {
   border-color: #BF0100;
 }
</style>