#B34F35

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

Shades of Red Stage #B34F35

Tints of Red Stage #B34F35

Color information

#B34F35 (or 0xB34F35) is unknown color: approx Red Stage. HEX triplet: B3, 4F and 35. RGB value is (179,79,53). Sum of RGB (Red+Green+Blue) = 179+79+53=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34F35 is #4CB0CA. Grayscale: #6A6A6A. Windows color (decimal): -5025995 or 3493811. OLE color: 3493811.

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

Color convert

RGB1797953-
CMYK00.560.700.30
HSL12.38º54.31%45.49%-
HSV(B)12.38º70.39%70.2%-
XYZ22.0315.435.19-
YUV105.9498.13180.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.56%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 53 (21.09% from 255) = 17.04%
R=57.56%
G=25.40%
B=17.04%

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
Decimal179795300.560.700.3012.3854.3145.49
HexB34F35038461Ec362d
Octal2631176507010636146655
Binary10110011100111111010101110001000110111101100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34F35; }

 p { color: rgb(179,79,53); }

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

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

 a { background-color: rgb(179,79,53); }

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

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

 span { border-color: rgb(179,79,53); }

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