#BE2E22

Color #BE2E22 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #BE2E22

Tints of Fire Brick #BE2E22

Color information

#BE2E22 (or 0xBE2E22) is unknown color: approx Fire Brick. HEX triplet: BE, 2E and 22. RGB value is (190,46,34). Sum of RGB (Red+Green+Blue) = 190+46+34=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2E22 is #41D1DD. Grayscale: #575757. Windows color (decimal): -4313566 or 2240190. OLE color: 2240190.

HSL color Cylindrical-coordinate representation of color #BE2E22: hue angle of 4.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2E22 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB1904634-
CMYK00.760.820.25
HSL4.62º69.64%43.92%-
HSV(B)4.62º82.11%74.51%-
XYZ22.513.022.84-
YUV87.6997.71200.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 70.37%
GREEN value IS 46 (18.36% from 255) = 17.04%
BLUE value IS 34 (13.67% from 255) = 12.59%
R=70.37%
G=17.04%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190463400.760.820.254.6269.6443.92
HexBE2E2204C52195462c
Octal2765642011412231510654
Binary10111110101110100010010011001010010110011011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2E22; }

 p { color: rgb(190,46,34); }

 H1.HeaderClassName
 {
   color: #BE2E22;
 }
 .AnyTagClassName
 {
   color: #BE2E22;
 }
</style>
background-color css

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

 a { background-color: rgb(190,46,34); }

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

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

 span { border-color: rgb(190,46,34); }

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