#BE1B11

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

Shades of Fire Brick #BE1B11

Tints of Fire Brick #BE1B11

Color information

#BE1B11 (or 0xBE1B11) is unknown color: approx Fire Brick. HEX triplet: BE, 1B and 11. RGB value is (190,27,17). Sum of RGB (Red+Green+Blue) = 190+27+17=234 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.20% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1B11 is #41E4EE. Grayscale: #4A4A4A. Windows color (decimal): -4318447 or 1121214. OLE color: 1121214.

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

Color convert

RGB1902717-
CMYK00.860.910.25
HSL3.47º83.57%40.59%-
HSV(B)3.47º91.05%74.51%-
XYZ21.7311.771.66-
YUV74.695.5210.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 81.20%
GREEN value IS 27 (10.94% from 255) = 11.54%
BLUE value IS 17 (7.03% from 255) = 7.26%
R=81.20%
G=11.54%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190271700.860.910.253.4783.5740.59
HexBE1B110565B1935429
Octal2763321012613331312451
Binary10111110110111000101010110101101111001111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1B11; }

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

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

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

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

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

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

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

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