#BE1820

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

Shades of Fire Engine Red #BE1820

Tints of Fire Engine Red #BE1820

Color information

#BE1820 (or 0xBE1820) is unknown color: approx Fire Engine Red. HEX triplet: BE, 18 and 20. RGB value is (190,24,32). Sum of RGB (Red+Green+Blue) = 190+24+32=246 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.24% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1820 is #41E7DF. Grayscale: #4A4A4A. Windows color (decimal): -4319200 or 2103486. OLE color: 2103486.

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

Color convert

RGB1902432-
CMYK00.870.830.25
HSL357.11º77.57%41.96%-
HSV(B)357.11º87.37%74.51%-
XYZ21.8211.72.48-
YUV74.55104210.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 77.24%
GREEN value IS 24 (9.77% from 255) = 9.76%
BLUE value IS 32 (12.89% from 255) = 13.01%
R=77.24%
G=9.76%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190243200.870.830.25357.1177.5741.96
HexBE182005753191654e2a
Octal276304001271233154511652
Binary1011111011000100000010101111010011110011011001011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1820; }

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

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

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

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

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

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

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

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