Html Css Color HEX #BE1A20 Fire Engine Red

📋 copy color: '#BE1A20'

red 190 ◦ green 26 ◦ blue 32

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

Shades of Fire Engine Red #BE1A20

Tints of Fire Engine Red #BE1A20

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.9%

R = 76.61%
G = 10.48%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE1A20 (or 0xBE1A20) is known color: 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

RGB 190 26 32 -
CMYK 0 0.86 0.83 0.25
HSL 357.8º 0.76% 0.42% -
HSV(B) 357.8º 0.86% 0.75% -
XYZ 21.87 11.79 2.49 -
YUV 75.72 103.33 209.51 -
System Red Green Blue C M Y K H S L
Decimal 190 26 32 0 0.86 0.83 0.25 357.8 0.76 0.42
Hex BE 1A 20 0 56 53 19 166 4C 2A
Octal 276 32 40 0 126 123 31 546 114 52
Binary 10111110 11010 100000 0 1010110 1010011 11001 101100110 1001100 101010

Color Harmonies of #BE1A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1A20

Black with #BE1A20

Text Example


Text Example

White with #BE1A20

Text Example


Text Example

HTML Codes & Css Web 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>