#BF161E

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

Shades of Fire Engine Red #BF161E

Tints of Fire Engine Red #BF161E

Color information

#BF161E (or 0xBF161E) is unknown color: approx Fire Engine Red. HEX triplet: BF, 16 and 1E. RGB value is (191,22,30). Sum of RGB (Red+Green+Blue) = 191+22+30=243 (32% of max value = 765). Red value is 191 (75% from 255 or 78.60% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 191 - color contains mainly: red. Hex color #BF161E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF161E is #40E9E1. Grayscale: #494949. Windows color (decimal): -4254178 or 1971903. OLE color: 1971903.

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

Color convert

RGB1912230-
CMYK00.880.840.25
HSL357.16º79.34%41.76%-
HSV(B)357.16º88.48%74.9%-
XYZ22.0111.742.34-
YUV73.44103.49211.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 78.60%
GREEN value IS 22 (8.98% from 255) = 9.05%
BLUE value IS 30 (12.11% from 255) = 12.35%
R=78.60%
G=9.05%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191223000.880.840.25357.1679.3441.76
HexBF161E05854191654f2a
Octal277263601301243154511752
Binary101111111011011110010110001010100110011011001011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF161E; }

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

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

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

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

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

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

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

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