#BF0B2A

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

Shades of Fire Engine Red #BF0B2A

Tints of Fire Engine Red #BF0B2A

Color information

#BF0B2A (or 0xBF0B2A) is unknown color: approx Fire Engine Red. HEX triplet: BF, 0B and 2A. RGB value is (191,11,42). Sum of RGB (Red+Green+Blue) = 191+11+42=244 (32% of max value = 765). Red value is 191 (75% from 255 or 78.28% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0B2A is #40F4D5. Grayscale: #444444. Windows color (decimal): -4256982 or 2755519. OLE color: 2755519.

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

Color convert

RGB1911142-
CMYK00.940.780.25
HSL349.67º89.11%39.61%-
HSV(B)349.67º94.24%74.9%-
XYZ22.0211.483.25-
YUV68.35113.13215.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 78.28%
GREEN value IS 11 (4.69% from 255) = 4.51%
BLUE value IS 42 (16.80% from 255) = 17.21%
R=78.28%
G=4.51%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191114200.940.780.25349.6789.1139.61
HexBFB2A05E4E1915e5928
Octal277135201361163153613150
Binary101111111011101010010111101001110110011010111101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0B2A; }

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

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

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

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

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

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

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

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