#B15335

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

Shades of Red Stage #B15335

Tints of Red Stage #B15335

Color information

#B15335 (or 0xB15335) is unknown color: approx Red Stage. HEX triplet: B1, 53 and 35. RGB value is (177,83,53). Sum of RGB (Red+Green+Blue) = 177+83+53=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B15335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15335 is #4EACCA. Grayscale: #6B6B6B. Windows color (decimal): -5156043 or 3494833. OLE color: 3494833.

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

Color convert

RGB1778353-
CMYK00.530.700.31
HSL14.52º53.91%45.1%-
HSV(B)14.52º70.06%69.41%-
XYZ21.8715.795.26-
YUV107.6997.14177.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.55%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 53 (21.09% from 255) = 16.93%
R=56.55%
G=26.52%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177835300.530.700.3114.5253.9145.1
HexB15335035461Ff362d
Octal2611236506510637176655
Binary10110001101001111010101101011000110111111111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15335; }

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

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

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

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

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

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

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

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