#bf140b

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

Shades of Free Speech Red #BF140B

Tints of Free Speech Red #BF140B

Color information

#BF140B (or 0xBF140B) is unknown color: approx Free Speech Red. HEX triplet: BF, 14 and 0B. RGB value is (191,20,11). Sum of RGB (Red+Green+Blue) = 191+20+11=222 (29% of max value = 765). Red value is 191 (75% from 255 or 86.04% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 191 - color contains mainly: red. Hex color #BF140B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF140B is #40EBF4. Grayscale: #464646. Windows color (decimal): -4254709 or 726207. OLE color: 726207.

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

Color convert

RGB1912011-
CMYK00.900.940.25
HSL89.11%39.61%-
HSV(B)94.24%74.9%-
XYZ21.811.61.41-
YUV70.194.65214.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 86.04%
GREEN value IS 20 (8.20% from 255) = 9.01%
BLUE value IS 11 (4.69% from 255) = 4.95%
R=86.04%
G=9.01%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191201100.900.940.25389.1139.61
HexBF14B05A5E1935928
Octal2772413013213631313150
Binary1011111110100101101011010101111011001111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf140b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf140b; }

 p { color: rgb(191,20,11); }

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

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

 a { background-color: rgb(191,20,11); }

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

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

 span { border-color: rgb(191,20,11); }

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