#B34E36

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

Shades of Red Stage #B34E36

Tints of Red Stage #B34E36

Color information

#B34E36 (or 0xB34E36) is unknown color: approx Red Stage. HEX triplet: B3, 4E and 36. RGB value is (179,78,54). Sum of RGB (Red+Green+Blue) = 179+78+54=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B34E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34E36 is #4CB1C9. Grayscale: #696969. Windows color (decimal): -5026250 or 3559091. OLE color: 3559091.

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

Color convert

RGB1797854-
CMYK00.560.700.30
HSL11.52º53.65%45.69%-
HSV(B)11.52º69.83%70.2%-
XYZ21.9815.35.28-
YUV105.4698.96180.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.56%
GREEN value IS 78 (30.86% from 255) = 25.08%
BLUE value IS 54 (21.48% from 255) = 17.36%
R=57.56%
G=25.08%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179785400.560.700.3011.5253.6545.69
HexB34E36038461Ec362e
Octal2631166607010636146656
Binary10110011100111011011001110001000110111101100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34E36; }

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

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

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

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

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

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

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

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