Html Css Color HEX #BE291B Fire Brick

📋 copy color: '#BE291B'

red 190 ◦ green 41 ◦ blue 27

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

Shades of Fire Brick #BE291B

Tints of Fire Brick #BE291B

RGB

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

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

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

R = 73.64%
G = 15.89%
B = 10.47%

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

#BE291B (or 0xBE291B) is known color: Fire Brick. HEX triplet: BE, 29 and 1B. RGB value is (190,41,27). Sum of RGB (Red+Green+Blue) = 190+41+27=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE291B is #41D6E4. Grayscale: #545454. Windows color (decimal): -4314853 or 1780158. OLE color: 1780158.

HSL color Cylindrical-coordinate representation of color #BE291B: hue angle of 5.15º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE291B is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 41 27 -
CMYK 0 0.78 0.86 0.25
HSL 5.15º 0.75% 0.43% -
HSV(B) 5.15º 0.86% 0.75% -
XYZ 22.23 12.61 2.3 -
YUV 83.96 95.86 203.64 -
System Red Green Blue C M Y K H S L
Decimal 190 41 27 0 0.78 0.86 0.25 5.15 0.75 0.43
Hex BE 29 1B 0 4E 56 19 5 4B 2B
Octal 276 51 33 0 116 126 31 5 113 53
Binary 10111110 101001 11011 0 1001110 1010110 11001 101 1001011 101011

Color Harmonies of #BE291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE291B

Black with #BE291B

Text Example


Text Example

White with #BE291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE291B; }

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

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

background-color css

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

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

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

border-color css

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

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

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