#BF1B00

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

Shades of Free Speech Red #BF1B00

Tints of Free Speech Red #BF1B00

Color information

#BF1B00 (or 0xBF1B00) is unknown color: approx Free Speech Red. HEX triplet: BF, 1B and 00. RGB value is (191,27,0). Sum of RGB (Red+Green+Blue) = 191+27+0=218 (28% of max value = 765). Red value is 191 (75% from 255 or 87.61% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF1B00 is #40E4FF. Grayscale: #494949. Windows color (decimal): -4252928 or 7103. OLE color: 7103.

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

Color convert

RGB191270-
CMYK00.8610.25
HSL8.48º100%37.45%-
HSV(B)8.48º100%74.9%-
XYZ21.8811.861.14-
YUV72.9686.83212.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 87.61%
GREEN value IS 27 (10.94% from 255) = 12.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.61%
G=12.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19127000.8610.258.4810037.45
HexBF1B0056641986425
Octal2773300126144311014445
Binary101111111101100101011011001001100110001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1B00; }

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

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

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

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

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

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

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

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