#BE2218

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

Shades of Fire Brick #BE2218

Tints of Fire Brick #BE2218

Color information

#BE2218 (or 0xBE2218) is unknown color: approx Fire Brick. HEX triplet: BE, 22 and 18. RGB value is (190,34,24). Sum of RGB (Red+Green+Blue) = 190+34+24=248 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.61% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2218 is #41DDE7. Grayscale: #4F4F4F. Windows color (decimal): -4316648 or 1581758. OLE color: 1581758.

HSL color Cylindrical-coordinate representation of color #BE2218: hue angle of 3.61º degrees, saturation: 0.78, 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 #BE2218 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB1903424-
CMYK00.820.870.25
HSL3.61º77.57%41.96%-
HSV(B)3.61º87.37%74.51%-
XYZ21.9712.162.05-
YUV79.596.68206.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 76.61%
GREEN value IS 34 (13.67% from 255) = 13.71%
BLUE value IS 24 (9.77% from 255) = 9.68%
R=76.61%
G=13.71%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190342400.820.870.253.6177.5741.96
HexBE2218052571944e2a
Octal2764230012212731411652
Binary1011111010001011000010100101010111110011001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2218; }

 p { color: rgb(190,34,24); }

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

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

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

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

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

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

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