#BE271F

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

Shades of Fire Brick #BE271F

Tints of Fire Brick #BE271F

Color information

#BE271F (or 0xBE271F) is unknown color: approx Fire Brick. HEX triplet: BE, 27 and 1F. RGB value is (190,39,31). Sum of RGB (Red+Green+Blue) = 190+39+31=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE271F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE271F is #41D8E0. Grayscale: #535353. Windows color (decimal): -4315361 or 2041790. OLE color: 2041790.

HSL color Cylindrical-coordinate representation of color #BE271F: hue angle of 3.02º 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 #BE271F is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB1903931-
CMYK00.790.840.25
HSL3.02º71.95%43.33%-
HSV(B)3.02º83.68%74.51%-
XYZ22.2112.52.54-
YUV83.2498.53204.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 73.08%
GREEN value IS 39 (15.62% from 255) = 15%
BLUE value IS 31 (12.5% from 255) = 11.92%
R=73.08%
G=15%
B=11.92%

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
Decimal190393100.790.840.253.0271.9543.33
HexBE271F04F54193482b
Octal2764737011712431311053
Binary101111101001111111101001111101010011001111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE271F; }

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

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

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

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

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

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

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

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