#BE1919

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

Shades of Fire Brick #BE1919

Tints of Fire Brick #BE1919

Color information

#BE1919 (or 0xBE1919) is unknown color: approx Fire Brick. HEX triplet: BE, 19 and 19. RGB value is (190,25,25). Sum of RGB (Red+Green+Blue) = 190+25+25=240 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.17% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1919 is #41E6E6. Grayscale: #4A4A4A. Windows color (decimal): -4318951 or 1644990. OLE color: 1644990.

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

Color convert

RGB1902525-
CMYK00.870.870.25
HSL76.74%42.16%-
HSV(B)86.84%74.51%-
XYZ21.7611.712.03-
YUV74.33100.16210.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 79.17%
GREEN value IS 25 (10.16% from 255) = 10.42%
BLUE value IS 25 (10.16% from 255) = 10.42%
R=79.17%
G=10.42%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190252500.870.870.25076.7442.16
HexBE1919057571904d2a
Octal2763131012712731011552
Binary1011111011001110010101011110101111100101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1919; }

 p { color: rgb(190,25,25); }

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

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

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

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

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

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

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