#BE2C23

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

Shades of Fire Brick #BE2C23

Tints of Fire Brick #BE2C23

Color information

#BE2C23 (or 0xBE2C23) is unknown color: approx Fire Brick. HEX triplet: BE, 2C and 23. RGB value is (190,44,35). Sum of RGB (Red+Green+Blue) = 190+44+35=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2C23 is #41D3DC. Grayscale: #565656. Windows color (decimal): -4314077 or 2305214. OLE color: 2305214.

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

Color convert

RGB1904435-
CMYK00.770.820.25
HSL3.48º68.89%44.12%-
HSV(B)3.48º81.58%74.51%-
XYZ22.4412.872.89-
YUV86.6398.87201.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 70.63%
GREEN value IS 44 (17.58% from 255) = 16.36%
BLUE value IS 35 (14.06% from 255) = 13.01%
R=70.63%
G=16.36%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190443500.770.820.253.4868.8944.12
HexBE2C2304D52193452c
Octal2765443011512231310554
Binary1011111010110010001101001101101001011001111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2C23; }

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

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

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

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

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

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

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

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