#B14D33

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

Shades of Red Stage #B14D33

Tints of Red Stage #B14D33

Color information

#B14D33 (or 0xB14D33) is unknown color: approx Red Stage. HEX triplet: B1, 4D and 33. RGB value is (177,77,51). Sum of RGB (Red+Green+Blue) = 177+77+51=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14D33 is #4EB2CC. Grayscale: #686868. Windows color (decimal): -5157581 or 3362225. OLE color: 3362225.

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

Color convert

RGB1777751-
CMYK00.560.710.31
HSL12.38º55.26%44.71%-
HSV(B)12.38º71.19%69.41%-
XYZ21.3814.894.88-
YUV103.9498.13180.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.03%
GREEN value IS 77 (30.47% from 255) = 25.25%
BLUE value IS 51 (20.31% from 255) = 16.72%
R=58.03%
G=25.25%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177775100.560.710.3112.3855.2644.71
HexB14D33038471Fc372d
Octal2611156307010737146755
Binary10110001100110111001101110001000111111111100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14D33; }

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

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

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

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

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

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

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

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