#BF161A

Color #BF161A Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #BF161A

Tints of Fire Engine Red #BF161A

Color information

#BF161A (or 0xBF161A) is unknown color: approx Fire Engine Red. HEX triplet: BF, 16 and 1A. RGB value is (191,22,26). Sum of RGB (Red+Green+Blue) = 191+22+26=239 (31% of max value = 765). Red value is 191 (75% from 255 or 79.92% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 191 - color contains mainly: red. Hex color #BF161A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF161A is #40E9E5. Grayscale: #494949. Windows color (decimal): -4254182 or 1709759. OLE color: 1709759.

HSL color Cylindrical-coordinate representation of color #BF161A: hue angle of 358.58º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF161A is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB1912226-
CMYK00.880.860.25
HSL358.58º79.34%41.76%-
HSV(B)358.58º88.48%74.9%-
XYZ21.9611.722.08-
YUV72.99101.49212.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 79.92%
GREEN value IS 22 (8.98% from 255) = 9.21%
BLUE value IS 26 (10.55% from 255) = 10.88%
R=79.92%
G=9.21%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191222600.880.860.25358.5879.3441.76
HexBF161A05856191674f2a
Octal277263201301263154711752
Binary101111111011011010010110001010110110011011001111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF161A; }

 p { color: rgb(191,22,26); }

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

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

 a { background-color: rgb(191,22,26); }

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

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

 span { border-color: rgb(191,22,26); }

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