Html Css Color HEX #BE181A Fire Engine Red

📋 copy color: '#BE181A'

red 190 ◦ green 24 ◦ blue 26

#BE181A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #BE181A

Tints of Fire Engine Red #BE181A

RGB

 RED value IS 190 (74.61% from 255) = 79.17%

 GREEN value IS 24 (9.77% from 255) = 10%

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 79.17%
G = 10%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE181A (or 0xBE181A) is known color: Fire Engine Red. HEX triplet: BE, 18 and 1A. RGB value is (190,24,26). Sum of RGB (Red+Green+Blue) = 190+24+26=240 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.17% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 190 - color contains mainly: red. Hex color #BE181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE181A is #41E7E5. Grayscale: #4A4A4A. Windows color (decimal): -4319206 or 1710270. OLE color: 1710270.

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

Color convert

RGB 190 24 26 -
CMYK 0 0.87 0.86 0.25
HSL 359.28º 0.78% 0.42% -
HSV(B) 359.28º 0.87% 0.75% -
XYZ 21.75 11.68 2.08 -
YUV 73.86 101 210.84 -
System Red Green Blue C M Y K H S L
Decimal 190 24 26 0 0.87 0.86 0.25 359.28 0.78 0.42
Hex BE 18 1A 0 57 56 19 167 4E 2A
Octal 276 30 32 0 127 126 31 547 116 52
Binary 10111110 11000 11010 0 1010111 1010110 11001 101100111 1001110 101010

Color Harmonies of #BE181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE181A

Black with #BE181A

Text Example


Text Example

White with #BE181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE181A; }

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

 H1.HeaderClassName
 {
   color: #BE181A;
 }
 .AnyTagClassName
 {
   color: #BE181A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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