#BE2B2B

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

Shades of Fire Brick #BE2B2B

Tints of Fire Brick #BE2B2B

Color information

#BE2B2B (or 0xBE2B2B) is unknown color: approx Fire Brick. HEX triplet: BE, 2B and 2B. RGB value is (190,43,43). Sum of RGB (Red+Green+Blue) = 190+43+43=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2B2B is #41D4D4. Grayscale: #575757. Windows color (decimal): -4314325 or 2829246. OLE color: 2829246.

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

Color convert

RGB1904343-
CMYK00.770.770.25
HSL63.09%45.69%-
HSV(B)77.37%74.51%-
XYZ22.5412.853.58-
YUV86.95103.2201.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.84%
GREEN value IS 43 (17.19% from 255) = 15.58%
BLUE value IS 43 (17.19% from 255) = 15.58%
R=68.84%
G=15.58%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190434300.770.770.25063.0945.69
HexBE2B2B04D4D1903f2e
Octal276535301151153107756
Binary10111110101011101011010011011001101110010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2B2B; }

 p { color: rgb(190,43,43); }

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

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

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

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

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

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

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