#B15331

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

Shades of Red Stage #B15331

Tints of Red Stage #B15331

Color information

#B15331 (or 0xB15331) is unknown color: approx Red Stage. HEX triplet: B1, 53 and 31. RGB value is (177,83,49). Sum of RGB (Red+Green+Blue) = 177+83+49=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B15331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15331 is #4EACCE. Grayscale: #6B6B6B. Windows color (decimal): -5156047 or 3232689. OLE color: 3232689.

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

Color convert

RGB1778349-
CMYK00.530.720.31
HSL15.94º56.64%44.31%-
HSV(B)15.94º72.32%69.41%-
XYZ21.7815.764.8-
YUV107.2395.14177.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.28%
GREEN value IS 83 (32.81% from 255) = 26.86%
BLUE value IS 49 (19.53% from 255) = 15.86%
R=57.28%
G=26.86%
B=15.86%

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
Decimal177834900.530.720.3115.9456.6444.31
HexB15331035481F10392c
Octal2611236106511037207154
Binary101100011010011110001011010110010001111110000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15331; }

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

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

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

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

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

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

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

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