#B34E2E

Color #B34E2E Red Stage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Stage #B34E2E

Tints of Red Stage #B34E2E

Color information

#B34E2E (or 0xB34E2E) is unknown color: approx Red Stage. HEX triplet: B3, 4E and 2E. RGB value is (179,78,46). Sum of RGB (Red+Green+Blue) = 179+78+46=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B34E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34E2E is #4CB1D1. Grayscale: #686868. Windows color (decimal): -5026258 or 3034803. OLE color: 3034803.

HSL color Cylindrical-coordinate representation of color #B34E2E: hue angle of 14.44º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B34E2E is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB1797846-
CMYK00.560.740.30
HSL14.44º59.11%44.12%-
HSV(B)14.44º74.3%70.2%-
XYZ21.8115.234.37-
YUV104.5594.96181.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.08%
GREEN value IS 78 (30.86% from 255) = 25.74%
BLUE value IS 46 (18.36% from 255) = 15.18%
R=59.08%
G=25.74%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179784600.560.740.3014.4459.1144.12
HexB34E2E0384A1Ee3b2c
Octal2631165607011236167354
Binary10110011100111010111001110001001010111101110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34E2E; }

 p { color: rgb(179,78,46); }

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

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

 a { background-color: rgb(179,78,46); }

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

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

 span { border-color: rgb(179,78,46); }

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