#BF0E00

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

Shades of Free Speech Red #BF0E00

Tints of Free Speech Red #BF0E00

Color information

#BF0E00 (or 0xBF0E00) is unknown color: approx Free Speech Red. HEX triplet: BF, 0E and 00. RGB value is (191,14,0). Sum of RGB (Red+Green+Blue) = 191+14+0=205 (27% of max value = 765). Red value is 191 (75% from 255 or 93.17% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0E00 is #40F1FF. Grayscale: #414141. Windows color (decimal): -4256256 or 3775. OLE color: 3775.

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

Color convert

RGB191140-
CMYK00.9310.25
HSL4.4º100%37.45%-
HSV(B)4.4º100%74.9%-
XYZ21.6411.391.06-
YUV65.3391.14217.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 93.17%
GREEN value IS 14 (5.86% from 255) = 6.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.17%
G=6.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114000.9310.254.410037.45
HexBFE005D641946425
Octal277160013514431414445
Binary1011111111100010111011100100110011001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0E00; }

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

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

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

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

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

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

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

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