#B34D2E

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

Shades of Red Stage #B34D2E

Tints of Red Stage #B34D2E

Color information

#B34D2E (or 0xB34D2E) is unknown color: approx Red Stage. HEX triplet: B3, 4D and 2E. RGB value is (179,77,46). Sum of RGB (Red+Green+Blue) = 179+77+46=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34D2E is #4CB2D1. Grayscale: #686868. Windows color (decimal): -5026514 or 3034547. OLE color: 3034547.

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

Color convert

RGB1797746-
CMYK00.570.740.30
HSL13.98º59.11%44.12%-
HSV(B)13.98º74.3%70.2%-
XYZ21.7415.094.35-
YUV103.9695.29181.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.27%
GREEN value IS 77 (30.47% from 255) = 25.50%
BLUE value IS 46 (18.36% from 255) = 15.23%
R=59.27%
G=25.50%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179774600.570.740.3013.9859.1144.12
HexB34D2E0394A1Ee3b2c
Octal2631155607111236167354
Binary10110011100110110111001110011001010111101110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34D2E; }

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

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

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

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

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

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

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

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