#B04C32

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

Shades of Red Stage #B04C32

Tints of Red Stage #B04C32

Color information

#B04C32 (or 0xB04C32) is unknown color: approx Red Stage. HEX triplet: B0, 4C and 32. RGB value is (176,76,50). Sum of RGB (Red+Green+Blue) = 176+76+50=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04C32 is #4FB3CD. Grayscale: #676767. Windows color (decimal): -5223374 or 3296432. OLE color: 3296432.

HSL color Cylindrical-coordinate representation of color #B04C32: hue angle of 12.38º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B04C32 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB1767650-
CMYK00.570.720.31
HSL12.38º55.75%44.31%-
HSV(B)12.38º71.59%69.02%-
XYZ21.0614.634.73-
YUV102.9498.13180.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.28%
GREEN value IS 76 (30.08% from 255) = 25.17%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=58.28%
G=25.17%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176765000.570.720.3112.3855.7544.31
HexB04C32039481Fc382c
Octal2601146207111037147054
Binary10110000100110011001001110011001000111111100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04C32; }

 p { color: rgb(176,76,50); }

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

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

 a { background-color: rgb(176,76,50); }

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

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

 span { border-color: rgb(176,76,50); }

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