#BE2E27

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

Shades of Fire Brick #BE2E27

Tints of Fire Brick #BE2E27

Color information

#BE2E27 (or 0xBE2E27) is unknown color: approx Fire Brick. HEX triplet: BE, 2E and 27. RGB value is (190,46,39). Sum of RGB (Red+Green+Blue) = 190+46+39=275 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.09% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2E27 is #41D1D8. Grayscale: #585858. Windows color (decimal): -4313561 or 2567870. OLE color: 2567870.

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

Color convert

RGB1904639-
CMYK00.760.790.25
HSL2.78º65.94%44.9%-
HSV(B)2.78º79.47%74.51%-
XYZ22.5813.053.25-
YUV88.26100.21200.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 69.09%
GREEN value IS 46 (18.36% from 255) = 16.73%
BLUE value IS 39 (15.62% from 255) = 14.18%
R=69.09%
G=16.73%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190463900.760.790.252.7865.9444.9
HexBE2E2704C4F193422d
Octal2765647011411731310255
Binary1011111010111010011101001100100111111001111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2E27; }

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

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

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

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

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

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

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

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