#B04C33

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

Shades of Red Stage #B04C33

Tints of Red Stage #B04C33

Color information

#B04C33 (or 0xB04C33) is unknown color: approx Red Stage. HEX triplet: B0, 4C and 33. RGB value is (176,76,51). Sum of RGB (Red+Green+Blue) = 176+76+51=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04C33 is #4FB3CC. Grayscale: #676767. Windows color (decimal): -5223373 or 3361968. OLE color: 3361968.

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

Color convert

RGB1767651-
CMYK00.570.710.31
HSL12º55.07%44.51%-
HSV(B)12º71.02%69.02%-
XYZ21.0914.644.85-
YUV103.0598.63180.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.09%
GREEN value IS 76 (30.08% from 255) = 25.08%
BLUE value IS 51 (20.31% from 255) = 16.83%
R=58.09%
G=25.08%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176765100.570.710.311255.0744.51
HexB04C33039471Fc372d
Octal2601146307110737146755
Binary10110000100110011001101110011000111111111100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04C33; }

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

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

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

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

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

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

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

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