#BE2D23

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

Shades of Fire Brick #BE2D23

Tints of Fire Brick #BE2D23

Color information

#BE2D23 (or 0xBE2D23) is unknown color: approx Fire Brick. HEX triplet: BE, 2D and 23. RGB value is (190,45,35). Sum of RGB (Red+Green+Blue) = 190+45+35=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D23 is #41D2DC. Grayscale: #575757. Windows color (decimal): -4313821 or 2305470. OLE color: 2305470.

HSL color Cylindrical-coordinate representation of color #BE2D23: hue angle of 3.87º degrees, saturation: 0.69, 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 #BE2D23 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB1904535-
CMYK00.760.820.25
HSL3.87º68.89%44.12%-
HSV(B)3.87º81.58%74.51%-
XYZ22.4812.952.9-
YUV87.2198.54201.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 70.37%
GREEN value IS 45 (17.97% from 255) = 16.67%
BLUE value IS 35 (14.06% from 255) = 12.96%
R=70.37%
G=16.67%
B=12.96%

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
Decimal190453500.760.820.253.8768.8944.12
HexBE2D2304C52194452c
Octal2765543011412231410554
Binary10111110101101100011010011001010010110011001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2D23; }

 p { color: rgb(190,45,35); }

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

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

 a { background-color: rgb(190,45,35); }

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

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

 span { border-color: rgb(190,45,35); }

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