#BE1814

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

Shades of Fire Brick #BE1814

Tints of Fire Brick #BE1814

Color information

#BE1814 (or 0xBE1814) is unknown color: approx Fire Brick. HEX triplet: BE, 18 and 14. RGB value is (190,24,20). Sum of RGB (Red+Green+Blue) = 190+24+20=234 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.20% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1814 is #41E7EB. Grayscale: #494949. Windows color (decimal): -4319212 or 1317054. OLE color: 1317054.

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

Color convert

RGB1902420-
CMYK00.870.890.25
HSL1.41º80.95%41.18%-
HSV(B)1.41º89.47%74.51%-
XYZ21.6911.651.77-
YUV73.1898211.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 81.20%
GREEN value IS 24 (9.77% from 255) = 10.26%
BLUE value IS 20 (8.20% from 255) = 8.55%
R=81.20%
G=10.26%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190242000.870.890.251.4180.9541.18
HexBE1814057591915129
Octal2763024012713131112151
Binary1011111011000101000101011110110011100111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1814; }

 p { color: rgb(190,24,20); }

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

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

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

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

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

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

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