Html Css Color HEX #BE291A Fire Brick

📋 copy color: '#BE291A'

red 190 ◦ green 41 ◦ blue 26

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

Shades of Fire Brick #BE291A

Tints of Fire Brick #BE291A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.95%

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

R = 73.93%
G = 15.95%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE291A (or 0xBE291A) is known color: Fire Brick. HEX triplet: BE, 29 and 1A. RGB value is (190,41,26). Sum of RGB (Red+Green+Blue) = 190+41+26=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE291A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE291A is #41D6E5. Grayscale: #545454. Windows color (decimal): -4314854 or 1714622. OLE color: 1714622.

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

Color convert

RGB 190 41 26 -
CMYK 0 0.78 0.86 0.25
HSL 5.49º 0.76% 0.42% -
HSV(B) 5.49º 0.86% 0.75% -
XYZ 22.21 12.61 2.24 -
YUV 83.84 95.36 203.72 -
System Red Green Blue C M Y K H S L
Decimal 190 41 26 0 0.78 0.86 0.25 5.49 0.76 0.42
Hex BE 29 1A 0 4E 56 19 5 4C 2A
Octal 276 51 32 0 116 126 31 5 114 52
Binary 10111110 101001 11010 0 1001110 1010110 11001 101 1001100 101010

Color Harmonies of #BE291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE291A

Black with #BE291A

Text Example


Text Example

White with #BE291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE291A; }

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

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

background-color css

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

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

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

border-color css

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

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

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