#BE1A20

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

Shades of Fire Engine Red #BE1A20

Tints of Fire Engine Red #BE1A20

Color information

#BE1A20 (or 0xBE1A20) is unknown color: approx Fire Engine Red. HEX triplet: BE, 1A and 20. RGB value is (190,26,32). Sum of RGB (Red+Green+Blue) = 190+26+32=248 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.61% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1A20 is #41E5DF. Grayscale: #4B4B4B. Windows color (decimal): -4318688 or 2103998. OLE color: 2103998.

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

Color convert

RGB1902632-
CMYK00.860.830.25
HSL357.8º75.93%42.35%-
HSV(B)357.8º86.32%74.51%-
XYZ21.8711.792.49-
YUV75.72103.33209.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 76.61%
GREEN value IS 26 (10.55% from 255) = 10.48%
BLUE value IS 32 (12.89% from 255) = 12.90%
R=76.61%
G=10.48%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190263200.860.830.25357.875.9342.35
HexBE1A2005653191664c2a
Octal276324001261233154611452
Binary1011111011010100000010101101010011110011011001101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1A20; }

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

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

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

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

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

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

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

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