#BE1A0E

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

Shades of Fire Brick #BE1A0E

Tints of Fire Brick #BE1A0E

Color information

#BE1A0E (or 0xBE1A0E) is unknown color: approx Fire Brick. HEX triplet: BE, 1A and 0E. RGB value is (190,26,14). Sum of RGB (Red+Green+Blue) = 190+26+14=230 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.61% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1A0E is #41E5F1. Grayscale: #494949. Windows color (decimal): -4318706 or 924350. OLE color: 924350.

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

Color convert

RGB1902614-
CMYK00.860.930.25
HSL4.09º86.27%40%-
HSV(B)4.09º92.63%74.51%-
XYZ21.6811.721.53-
YUV73.6794.33210.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 82.61%
GREEN value IS 26 (10.55% from 255) = 11.30%
BLUE value IS 14 (5.86% from 255) = 6.09%
R=82.61%
G=11.30%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190261400.860.930.254.0986.2740
HexBE1AE0565D1945628
Octal2763216012613531412650
Binary10111110110101110010101101011101110011001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1A0E; }

 p { color: rgb(190,26,14); }

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

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

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

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

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

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

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