#BE221A

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

Shades of Fire Brick #BE221A

Tints of Fire Brick #BE221A

Color information

#BE221A (or 0xBE221A) is unknown color: approx Fire Brick. HEX triplet: BE, 22 and 1A. RGB value is (190,34,26). Sum of RGB (Red+Green+Blue) = 190+34+26=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE221A is #41DDE5. Grayscale: #4F4F4F. Windows color (decimal): -4316646 or 1712830. OLE color: 1712830.

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

Color convert

RGB1903426-
CMYK00.820.860.25
HSL2.93º75.93%42.35%-
HSV(B)2.93º86.32%74.51%-
XYZ21.9912.172.17-
YUV79.7397.68206.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 76%
GREEN value IS 34 (13.67% from 255) = 13.6%
BLUE value IS 26 (10.55% from 255) = 10.4%
R=76%
G=13.6%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190342600.820.860.252.9375.9342.35
HexBE221A052561934c2a
Octal2764232012212631311452
Binary101111101000101101001010010101011011001111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE221A; }

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

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

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

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

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

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

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

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