#BE2323

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

Shades of Fire Brick #BE2323

Tints of Fire Brick #BE2323

Color information

#BE2323 (or 0xBE2323) is unknown color: approx Fire Brick. HEX triplet: BE, 23 and 23. RGB value is (190,35,35). Sum of RGB (Red+Green+Blue) = 190+35+35=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2323 is #41DCDC. Grayscale: #515151. Windows color (decimal): -4316381 or 2302910. OLE color: 2302910.

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

Color convert

RGB1903535-
CMYK00.820.820.25
HSL68.89%44.12%-
HSV(B)81.58%74.51%-
XYZ22.1412.272.79-
YUV81.34101.85205.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 73.08%
GREEN value IS 35 (14.06% from 255) = 13.46%
BLUE value IS 35 (14.06% from 255) = 13.46%
R=73.08%
G=13.46%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190353500.820.820.25068.8944.12
HexBE232305252190452c
Octal2764343012212231010554
Binary101111101000111000110101001010100101100101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2323; }

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

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

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

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

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

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

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

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