Html Css Color HEX #BE291C Fire Brick

📋 copy color: '#BE291C'

red 190 ◦ green 41 ◦ blue 28

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

Shades of Fire Brick #BE291C

Tints of Fire Brick #BE291C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.81%

R = 73.36%
G = 15.83%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE291C (or 0xBE291C) is known color: Fire Brick. HEX triplet: BE, 29 and 1C. RGB value is (190,41,28). Sum of RGB (Red+Green+Blue) = 190+41+28=259 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.36% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 190 - color contains mainly: red. Hex color #BE291C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE291C is #41D6E3. Grayscale: #545454. Windows color (decimal): -4314852 or 1845694. OLE color: 1845694.

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

Color convert

RGB 190 41 28 -
CMYK 0 0.78 0.85 0.25
HSL 4.81º 0.74% 0.43% -
HSV(B) 4.81º 0.85% 0.75% -
XYZ 22.24 12.62 2.36 -
YUV 84.07 96.36 203.56 -
System Red Green Blue C M Y K H S L
Decimal 190 41 28 0 0.78 0.85 0.25 4.81 0.74 0.43
Hex BE 29 1C 0 4E 55 19 5 4A 2B
Octal 276 51 34 0 116 125 31 5 112 53
Binary 10111110 101001 11100 0 1001110 1010101 11001 101 1001010 101011

Color Harmonies of #BE291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE291C

Black with #BE291C

Text Example


Text Example

White with #BE291C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE291C; }

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

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

background-color css

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

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

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

border-color css

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

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

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