#B34D36

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

Shades of Red Stage #B34D36

Tints of Red Stage #B34D36

Color information

#B34D36 (or 0xB34D36) is unknown color: approx Red Stage. HEX triplet: B3, 4D and 36. RGB value is (179,77,54). Sum of RGB (Red+Green+Blue) = 179+77+54=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34D36 is #4CB2C9. Grayscale: #696969. Windows color (decimal): -5026506 or 3558835. OLE color: 3558835.

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

Color convert

RGB1797754-
CMYK00.570.700.30
HSL11.04º53.65%45.69%-
HSV(B)11.04º69.83%70.2%-
XYZ21.9115.165.26-
YUV104.8899.29180.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.74%
GREEN value IS 77 (30.47% from 255) = 24.84%
BLUE value IS 54 (21.48% from 255) = 17.42%
R=57.74%
G=24.84%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179775400.570.700.3011.0453.6545.69
HexB34D36039461Eb362e
Octal2631156607110636136656
Binary10110011100110111011001110011000110111101011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34D36; }

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

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

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

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

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

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

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

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