#BF0F2A

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

Shades of Fire Engine Red #BF0F2A

Tints of Fire Engine Red #BF0F2A

Color information

#BF0F2A (or 0xBF0F2A) is unknown color: approx Fire Engine Red. HEX triplet: BF, 0F and 2A. RGB value is (191,15,42). Sum of RGB (Red+Green+Blue) = 191+15+42=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0F2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0F2A is #40F0D5. Grayscale: #464646. Windows color (decimal): -4255958 or 2756543. OLE color: 2756543.

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

Color convert

RGB1911542-
CMYK00.920.780.25
HSL350.8º85.44%40.39%-
HSV(B)350.8º92.15%74.9%-
XYZ22.0711.593.26-
YUV70.7111.81213.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 77.02%
GREEN value IS 15 (6.25% from 255) = 6.05%
BLUE value IS 42 (16.80% from 255) = 16.94%
R=77.02%
G=6.05%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191154200.920.780.25350.885.4440.39
HexBFF2A05C4E1915f5528
Octal277175201341163153712550
Binary101111111111101010010111001001110110011010111111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0F2A; }

 p { color: rgb(191,15,42); }

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

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

 a { background-color: rgb(191,15,42); }

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

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

 span { border-color: rgb(191,15,42); }

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