#BE2015

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

Shades of Fire Brick #BE2015

Tints of Fire Brick #BE2015

Color information

#BE2015 (or 0xBE2015) is unknown color: approx Fire Brick. HEX triplet: BE, 20 and 15. RGB value is (190,32,21). Sum of RGB (Red+Green+Blue) = 190+32+21=243 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.19% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2015 is #41DFEA. Grayscale: #4E4E4E. Windows color (decimal): -4317163 or 1384638. OLE color: 1384638.

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

Color convert

RGB1903221-
CMYK00.830.890.25
HSL3.91º80.09%41.37%-
HSV(B)3.91º88.95%74.51%-
XYZ21.8912.031.88-
YUV77.9995.85207.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 78.19%
GREEN value IS 32 (12.89% from 255) = 13.17%
BLUE value IS 21 (8.59% from 255) = 8.64%
R=78.19%
G=13.17%
B=8.64%

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
Decimal190322100.830.890.253.9180.0941.37
HexBE2015053591945029
Octal2764025012313131412051
Binary1011111010000010101010100111011001110011001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2015; }

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

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

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

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

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

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

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

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