#BF1508

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

Shades of Free Speech Red #BF1508

Tints of Free Speech Red #BF1508

Color information

#BF1508 (or 0xBF1508) is unknown color: approx Free Speech Red. HEX triplet: BF, 15 and 08. RGB value is (191,21,8). Sum of RGB (Red+Green+Blue) = 191+21+8=220 (29% of max value = 765). Red value is 191 (75% from 255 or 86.82% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1508 is #40EAF7. Grayscale: #464646. Windows color (decimal): -4254456 or 529855. OLE color: 529855.

HSL color Cylindrical-coordinate representation of color #BF1508: hue angle of 4.26º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF1508 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB191218-
CMYK00.890.960.25
HSL4.26º91.96%39.02%-
HSV(B)4.26º95.81%74.9%-
XYZ21.811.631.33-
YUV70.3592.82214.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 86.82%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 8 (3.52% from 255) = 3.64%
R=86.82%
G=9.55%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19121800.890.960.254.2691.9639.02
HexBF158059601945c27
Octal2772510013114031413447
Binary10111111101011000010110011100000110011001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1508; }

 p { color: rgb(191,21,8); }

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

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

 a { background-color: rgb(191,21,8); }

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

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

 span { border-color: rgb(191,21,8); }

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