#BE2115

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

Shades of Fire Brick #BE2115

Tints of Fire Brick #BE2115

Color information

#BE2115 (or 0xBE2115) is unknown color: approx Fire Brick. HEX triplet: BE, 21 and 15. RGB value is (190,33,21). Sum of RGB (Red+Green+Blue) = 190+33+21=244 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.87% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2115 is #41DEEA. Grayscale: #4E4E4E. Windows color (decimal): -4316907 or 1384894. OLE color: 1384894.

HSL color Cylindrical-coordinate representation of color #BE2115: hue angle of 4.26º degrees, saturation: 0.8, 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 #BE2115 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB1903321-
CMYK00.830.890.25
HSL4.26º80.09%41.37%-
HSV(B)4.26º88.95%74.51%-
XYZ21.9112.091.89-
YUV78.5895.51207.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 77.87%
GREEN value IS 33 (13.28% from 255) = 13.52%
BLUE value IS 21 (8.59% from 255) = 8.61%
R=77.87%
G=13.52%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190332100.830.890.254.2680.0941.37
HexBE2115053591945029
Octal2764125012313131412051
Binary1011111010000110101010100111011001110011001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2115; }

 p { color: rgb(190,33,21); }

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

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

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

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

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

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

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