#BE251E

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

Shades of Fire Brick #BE251E

Tints of Fire Brick #BE251E

Color information

#BE251E (or 0xBE251E) is unknown color: approx Fire Brick. HEX triplet: BE, 25 and 1E. RGB value is (190,37,30). Sum of RGB (Red+Green+Blue) = 190+37+30=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE251E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE251E is #41DAE1. Grayscale: #525252. Windows color (decimal): -4315874 or 1975742. OLE color: 1975742.

HSL color Cylindrical-coordinate representation of color #BE251E: hue angle of 2.63º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE251E is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB1903730-
CMYK00.810.840.25
HSL2.63º72.73%43.14%-
HSV(B)2.63º84.21%74.51%-
XYZ22.1312.362.45-
YUV81.9598.69205.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 73.93%
GREEN value IS 37 (14.84% from 255) = 14.40%
BLUE value IS 30 (12.11% from 255) = 11.67%
R=73.93%
G=14.40%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190373000.810.840.252.6372.7343.14
HexBE251E05154193492b
Octal2764536012112431311153
Binary101111101001011111001010001101010011001111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE251E; }

 p { color: rgb(190,37,30); }

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

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

 a { background-color: rgb(190,37,30); }

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

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

 span { border-color: rgb(190,37,30); }

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