#BE1B1D

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

Shades of Fire Engine Red #BE1B1D

Tints of Fire Engine Red #BE1B1D

Color information

#BE1B1D (or 0xBE1B1D) is unknown color: approx Fire Engine Red. HEX triplet: BE, 1B and 1D. RGB value is (190,27,29). Sum of RGB (Red+Green+Blue) = 190+27+29=246 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.24% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1B1D is #41E4E2. Grayscale: #4C4C4C. Windows color (decimal): -4318435 or 1907646. OLE color: 1907646.

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

Color convert

RGB1902729-
CMYK00.860.850.25
HSL359.26º75.12%42.55%-
HSV(B)359.26º85.79%74.51%-
XYZ21.8511.822.29-
YUV75.96101.5209.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 77.24%
GREEN value IS 27 (10.94% from 255) = 10.98%
BLUE value IS 29 (11.72% from 255) = 11.79%
R=77.24%
G=10.98%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190272900.860.850.25359.2675.1242.55
HexBE1B1D05655191674b2b
Octal276333501261253154711353
Binary101111101101111101010101101010101110011011001111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1B1D; }

 p { color: rgb(190,27,29); }

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

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

 a { background-color: rgb(190,27,29); }

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

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

 span { border-color: rgb(190,27,29); }

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