#B34B33

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

Shades of Red Stage #B34B33

Tints of Red Stage #B34B33

Color information

#B34B33 (or 0xB34B33) is unknown color: approx Red Stage. HEX triplet: B3, 4B and 33. RGB value is (179,75,51). Sum of RGB (Red+Green+Blue) = 179+75+51=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34B33 is #4CB4CC. Grayscale: #676767. Windows color (decimal): -5027021 or 3361715. OLE color: 3361715.

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

Color convert

RGB1797551-
CMYK00.580.720.30
HSL11.25º55.65%45.1%-
HSV(B)11.25º71.51%70.2%-
XYZ21.714.854.86-
YUV103.3698.46181.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.69%
GREEN value IS 75 (29.69% from 255) = 24.59%
BLUE value IS 51 (20.31% from 255) = 16.72%
R=58.69%
G=24.59%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179755100.580.720.3011.2555.6545.1
HexB34B3303A481Eb382d
Octal2631136307211036137055
Binary10110011100101111001101110101001000111101011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34B33; }

 p { color: rgb(179,75,51); }

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

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

 a { background-color: rgb(179,75,51); }

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

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

 span { border-color: rgb(179,75,51); }

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