#B15431

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

Shades of Red Stage #B15431

Tints of Red Stage #B15431

Color information

#B15431 (or 0xB15431) is unknown color: approx Red Stage. HEX triplet: B1, 54 and 31. RGB value is (177,84,49). Sum of RGB (Red+Green+Blue) = 177+84+49=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B15431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15431 is #4EABCE. Grayscale: #6C6C6C. Windows color (decimal): -5155791 or 3232945. OLE color: 3232945.

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

Color convert

RGB1778449-
CMYK00.530.720.31
HSL16.41º56.64%44.31%-
HSV(B)16.41º72.32%69.41%-
XYZ21.8615.914.82-
YUV107.8294.81177.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.10%
GREEN value IS 84 (33.20% from 255) = 27.10%
BLUE value IS 49 (19.53% from 255) = 15.81%
R=57.10%
G=27.10%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177844900.530.720.3116.4156.6444.31
HexB15431035481F10392c
Octal2611246106511037207154
Binary101100011010100110001011010110010001111110000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15431; }

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

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

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

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

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

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

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

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