Html Css Color HEX #BE191B Fire Engine Red

📋 copy color: '#BE191B'

red 190 ◦ green 25 ◦ blue 27

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

Shades of Fire Engine Red #BE191B

Tints of Fire Engine Red #BE191B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.33%

 BLUE value IS 27 (10.94% from 255) = 11.16%

R = 78.51%
G = 10.33%
B = 11.16%

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

#BE191B (or 0xBE191B) is known color: Fire Engine Red. HEX triplet: BE, 19 and 1B. RGB value is (190,25,27). Sum of RGB (Red+Green+Blue) = 190+25+27=242 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.51% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 190 - color contains mainly: red. Hex color #BE191B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE191B is #41E6E4. Grayscale: #4A4A4A. Windows color (decimal): -4318949 or 1776062. OLE color: 1776062.

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

Color convert

RGB 190 25 27 -
CMYK 0 0.87 0.86 0.25
HSL 359.27º 0.77% 0.42% -
HSV(B) 359.27º 0.87% 0.75% -
XYZ 21.78 11.72 2.15 -
YUV 74.56 101.16 210.34 -
System Red Green Blue C M Y K H S L
Decimal 190 25 27 0 0.87 0.86 0.25 359.27 0.77 0.42
Hex BE 19 1B 0 57 56 19 167 4D 2A
Octal 276 31 33 0 127 126 31 547 115 52
Binary 10111110 11001 11011 0 1010111 1010110 11001 101100111 1001101 101010

Color Harmonies of #BE191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE191B

Black with #BE191B

Text Example


Text Example

White with #BE191B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE191B; }

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

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

background-color css

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

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

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

border-color css

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

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

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