#B34F2F

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

Shades of Red Stage #B34F2F

Tints of Red Stage #B34F2F

Color information

#B34F2F (or 0xB34F2F) is unknown color: approx Red Stage. HEX triplet: B3, 4F and 2F. RGB value is (179,79,47). Sum of RGB (Red+Green+Blue) = 179+79+47=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34F2F is #4CB0D0. Grayscale: #696969. Windows color (decimal): -5026001 or 3100595. OLE color: 3100595.

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

Color convert

RGB1797947-
CMYK00.560.740.30
HSL14.55º58.41%44.31%-
HSV(B)14.55º73.74%70.2%-
XYZ21.915.384.5-
YUV105.2595.13180.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.69%
GREEN value IS 79 (31.25% from 255) = 25.90%
BLUE value IS 47 (18.75% from 255) = 15.41%
R=58.69%
G=25.90%
B=15.41%

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
Decimal179794700.560.740.3014.5558.4144.31
HexB34F2F0384A1Ef3a2c
Octal2631175707011236177254
Binary10110011100111110111101110001001010111101111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34F2F; }

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

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

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

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

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

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

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

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