#B14F31

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

Shades of Red Stage #B14F31

Tints of Red Stage #B14F31

Color information

#B14F31 (or 0xB14F31) is unknown color: approx Red Stage. HEX triplet: B1, 4F and 31. RGB value is (177,79,49). Sum of RGB (Red+Green+Blue) = 177+79+49=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14F31 is #4EB0CE. Grayscale: #696969. Windows color (decimal): -5157071 or 3231665. OLE color: 3231665.

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

Color convert

RGB1777949-
CMYK00.550.720.31
HSL14.06º56.64%44.31%-
HSV(B)14.06º72.32%69.41%-
XYZ21.4815.164.7-
YUV104.8896.47179.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.03%
GREEN value IS 79 (31.25% from 255) = 25.90%
BLUE value IS 49 (19.53% from 255) = 16.07%
R=58.03%
G=25.90%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177794900.550.720.3114.0656.6444.31
HexB14F31037481Fe392c
Octal2611176106711037167154
Binary10110001100111111000101101111001000111111110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14F31; }

 p { color: rgb(177,79,49); }

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

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

 a { background-color: rgb(177,79,49); }

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

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

 span { border-color: rgb(177,79,49); }

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