#BE201A

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

Shades of Fire Brick #BE201A

Tints of Fire Brick #BE201A

Color information

#BE201A (or 0xBE201A) is unknown color: approx Fire Brick. HEX triplet: BE, 20 and 1A. RGB value is (190,32,26). Sum of RGB (Red+Green+Blue) = 190+32+26=248 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.61% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 190 - color contains mainly: red. Hex color #BE201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE201A is #41DFE5. Grayscale: #4E4E4E. Windows color (decimal): -4317158 or 1712318. OLE color: 1712318.

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

Color convert

RGB1903226-
CMYK00.830.860.25
HSL2.2º75.93%42.35%-
HSV(B)2.2º86.32%74.51%-
XYZ21.9412.052.15-
YUV78.5698.35207.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 76.61%
GREEN value IS 32 (12.89% from 255) = 12.90%
BLUE value IS 26 (10.55% from 255) = 10.48%
R=76.61%
G=12.90%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190322600.830.860.252.275.9342.35
HexBE201A053561924c2a
Octal2764032012312631211452
Binary101111101000001101001010011101011011001101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE201A; }

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

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

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

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

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

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

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

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