#BE1328

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

Shades of Fire Engine Red #BE1328

Tints of Fire Engine Red #BE1328

Color information

#BE1328 (or 0xBE1328) is unknown color: approx Fire Engine Red. HEX triplet: BE, 13 and 28. RGB value is (190,19,40). Sum of RGB (Red+Green+Blue) = 190+19+40=249 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.31% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1328 is #41ECD7. Grayscale: #484848. Windows color (decimal): -4320472 or 2626494. OLE color: 2626494.

HSL color Cylindrical-coordinate representation of color #BE1328: hue angle of 352.63º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE1328 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB1901940-
CMYK00.900.790.25
HSL352.63º81.82%40.98%-
HSV(B)352.63º90%74.51%-
XYZ21.8511.573.09-
YUV72.52109.65211.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 76.31%
GREEN value IS 19 (7.81% from 255) = 7.63%
BLUE value IS 40 (16.02% from 255) = 16.06%
R=76.31%
G=7.63%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190194000.900.790.25352.6381.8240.98
HexBE132805A4F191615229
Octal276235001321173154112251
Binary1011111010011101000010110101001111110011011000011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1328; }

 p { color: rgb(190,19,40); }

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

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

 a { background-color: rgb(190,19,40); }

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

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

 span { border-color: rgb(190,19,40); }

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