#BE1C11

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

Shades of Fire Brick #BE1C11

Tints of Fire Brick #BE1C11

Color information

#BE1C11 (or 0xBE1C11) is unknown color: approx Fire Brick. HEX triplet: BE, 1C and 11. RGB value is (190,28,17). Sum of RGB (Red+Green+Blue) = 190+28+17=235 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.85% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1C11 is #41E3EE. Grayscale: #4B4B4B. Windows color (decimal): -4318191 or 1121470. OLE color: 1121470.

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

Color convert

RGB1902817-
CMYK00.850.910.25
HSL3.82º83.57%40.59%-
HSV(B)3.82º91.05%74.51%-
XYZ21.7511.821.67-
YUV75.1895.17209.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 80.85%
GREEN value IS 28 (11.33% from 255) = 11.91%
BLUE value IS 17 (7.03% from 255) = 7.23%
R=80.85%
G=11.91%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190281700.850.910.253.8283.5740.59
HexBE1C110555B1945429
Octal2763421012513331412451
Binary101111101110010001010101011011011110011001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1C11; }

 p { color: rgb(190,28,17); }

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

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

 a { background-color: rgb(190,28,17); }

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

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

 span { border-color: rgb(190,28,17); }

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