#B15133

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

Shades of Red Stage #B15133

Tints of Red Stage #B15133

Color information

#B15133 (or 0xB15133) is unknown color: approx Red Stage. HEX triplet: B1, 51 and 33. RGB value is (177,81,51). Sum of RGB (Red+Green+Blue) = 177+81+51=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B15133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15133 is #4EAECC. Grayscale: #6A6A6A. Windows color (decimal): -5156557 or 3363249. OLE color: 3363249.

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

Color convert

RGB1778151-
CMYK00.540.710.31
HSL14.29º55.26%44.71%-
HSV(B)14.29º71.19%69.41%-
XYZ21.6715.474.98-
YUV106.2896.8178.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.28%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 51 (20.31% from 255) = 16.50%
R=57.28%
G=26.21%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177815100.540.710.3114.2955.2644.71
HexB15133036471Fe372d
Octal2611216306610737166755
Binary10110001101000111001101101101000111111111110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15133; }

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

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

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

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

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

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

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

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