#BE281F

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

Shades of Fire Brick #BE281F

Tints of Fire Brick #BE281F

Color information

#BE281F (or 0xBE281F) is unknown color: approx Fire Brick. HEX triplet: BE, 28 and 1F. RGB value is (190,40,31). Sum of RGB (Red+Green+Blue) = 190+40+31=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE281F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE281F is #41D7E0. Grayscale: #545454. Windows color (decimal): -4315105 or 2042046. OLE color: 2042046.

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

Color convert

RGB1904031-
CMYK00.790.840.25
HSL3.4º71.95%43.33%-
HSV(B)3.4º83.68%74.51%-
XYZ22.2412.562.55-
YUV83.8298.2203.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 72.80%
GREEN value IS 40 (16.02% from 255) = 15.33%
BLUE value IS 31 (12.5% from 255) = 11.88%
R=72.80%
G=15.33%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190403100.790.840.253.471.9543.33
HexBE281F04F54193482b
Octal2765037011712431311053
Binary101111101010001111101001111101010011001111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE281F; }

 p { color: rgb(190,40,31); }

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

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

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

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

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

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

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