#B15535

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

Shades of Red Stage #B15535

Tints of Red Stage #B15535

Color information

#B15535 (or 0xB15535) is unknown color: approx Red Stage. HEX triplet: B1, 55 and 35. RGB value is (177,85,53). Sum of RGB (Red+Green+Blue) = 177+85+53=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B15535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15535 is #4EAACA. Grayscale: #6D6D6D. Windows color (decimal): -5155531 or 3495345. OLE color: 3495345.

HSL color Cylindrical-coordinate representation of color #B15535: hue angle of 15.48º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B15535 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB1778553-
CMYK00.520.700.31
HSL15.48º53.91%45.1%-
HSV(B)15.48º70.06%69.41%-
XYZ22.0216.15.32-
YUV108.8696.48176.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.19%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 53 (21.09% from 255) = 16.83%
R=56.19%
G=26.98%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177855300.520.700.3115.4853.9145.1
HexB15535034461Ff362d
Octal2611256506410637176655
Binary10110001101010111010101101001000110111111111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15535; }

 p { color: rgb(177,85,53); }

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

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

 a { background-color: rgb(177,85,53); }

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

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

 span { border-color: rgb(177,85,53); }

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