#B14C33

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

Shades of Red Stage #B14C33

Tints of Red Stage #B14C33

Color information

#B14C33 (or 0xB14C33) is unknown color: approx Red Stage. HEX triplet: B1, 4C and 33. RGB value is (177,76,51). Sum of RGB (Red+Green+Blue) = 177+76+51=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14C33 is #4EB3CC. Grayscale: #676767. Windows color (decimal): -5157837 or 3361969. OLE color: 3361969.

HSL color Cylindrical-coordinate representation of color #B14C33: hue angle of 11.9º 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 #B14C33 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB1777651-
CMYK00.570.710.31
HSL11.9º55.26%44.71%-
HSV(B)11.9º71.19%69.41%-
XYZ21.3114.764.86-
YUV103.3598.46180.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.22%
GREEN value IS 76 (30.08% from 255) = 25%
BLUE value IS 51 (20.31% from 255) = 16.78%
R=58.22%
G=25%
B=16.78%

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
Decimal177765100.570.710.3111.955.2644.71
HexB14C33039471Fc372d
Octal2611146307110737146755
Binary10110001100110011001101110011000111111111100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14C33; }

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

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

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

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

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

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

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

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