#BE191A

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

Shades of Fire Engine Red #BE191A

Tints of Fire Engine Red #BE191A

Color information

#BE191A (or 0xBE191A) is unknown color: approx Fire Engine Red. HEX triplet: BE, 19 and 1A. RGB value is (190,25,26). Sum of RGB (Red+Green+Blue) = 190+25+26=241 (31% of max value = 765). Red value is 190 (74.61% from 255 or 78.84% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 190 - color contains mainly: red. Hex color #BE191A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE191A is #41E6E5. Grayscale: #4A4A4A. Windows color (decimal): -4318950 or 1710526. OLE color: 1710526.

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

Color convert

RGB1902526-
CMYK00.870.860.25
HSL359.64º76.74%42.16%-
HSV(B)359.64º86.84%74.51%-
XYZ21.7711.722.09-
YUV74.45100.66210.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 78.84%
GREEN value IS 25 (10.16% from 255) = 10.37%
BLUE value IS 26 (10.55% from 255) = 10.79%
R=78.84%
G=10.37%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190252600.870.860.25359.6476.7442.16
HexBE191A05756191684d2a
Octal276313201271263155011552
Binary101111101100111010010101111010110110011011010001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE191A; }

 p { color: rgb(190,25,26); }

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

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

 a { background-color: rgb(190,25,26); }

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

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

 span { border-color: rgb(190,25,26); }

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