#BE2C2A

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

Shades of Fire Brick #BE2C2A

Tints of Fire Brick #BE2C2A

Color information

#BE2C2A (or 0xBE2C2A) is unknown color: approx Fire Brick. HEX triplet: BE, 2C and 2A. RGB value is (190,44,42). Sum of RGB (Red+Green+Blue) = 190+44+42=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2C2A is #41D3D5. Grayscale: #575757. Windows color (decimal): -4314070 or 2763966. OLE color: 2763966.

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

Color convert

RGB1904442-
CMYK00.770.780.25
HSL0.81º63.79%45.49%-
HSV(B)0.81º77.89%74.51%-
XYZ22.5512.923.49-
YUV87.43102.37201.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.84%
GREEN value IS 44 (17.58% from 255) = 15.94%
BLUE value IS 42 (16.80% from 255) = 15.22%
R=68.84%
G=15.94%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190444200.770.780.250.8163.7945.49
HexBE2C2A04D4E191402d
Octal2765452011511631110055
Binary101111101011001010100100110110011101100111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2C2A; }

 p { color: rgb(190,44,42); }

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

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

 a { background-color: rgb(190,44,42); }

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

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

 span { border-color: rgb(190,44,42); }

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