#BF0F00

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

Shades of Free Speech Red #BF0F00

Tints of Free Speech Red #BF0F00

Color information

#BF0F00 (or 0xBF0F00) is unknown color: approx Free Speech Red. HEX triplet: BF, 0F and 00. RGB value is (191,15,0). Sum of RGB (Red+Green+Blue) = 191+15+0=206 (27% of max value = 765). Red value is 191 (75% from 255 or 92.72% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0F00 is #40F0FF. Grayscale: #424242. Windows color (decimal): -4256000 or 4031. OLE color: 4031.

HSL color Cylindrical-coordinate representation of color #BF0F00: hue angle of 4.71º 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 #BF0F00 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB191150-
CMYK00.9210.25
HSL4.71º100%37.45%-
HSV(B)4.71º100%74.9%-
XYZ21.6611.421.06-
YUV65.9190.81217.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 92.72%
GREEN value IS 15 (6.25% from 255) = 7.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.72%
G=7.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115000.9210.254.7110037.45
HexBFF005C641956425
Octal277170013414431514445
Binary1011111111110010111001100100110011011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0F00; }

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

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

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

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

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

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

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

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