#B15135

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

Shades of Red Stage #B15135

Tints of Red Stage #B15135

Color information

#B15135 (or 0xB15135) is unknown color: approx Red Stage. HEX triplet: B1, 51 and 35. RGB value is (177,81,53). Sum of RGB (Red+Green+Blue) = 177+81+53=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B15135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15135 is #4EAECA. Grayscale: #6A6A6A. Windows color (decimal): -5156555 or 3494321. OLE color: 3494321.

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

Color convert

RGB1778153-
CMYK00.540.700.31
HSL13.55º53.91%45.1%-
HSV(B)13.55º70.06%69.41%-
XYZ21.7215.495.21-
YUV106.5197.8178.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.91%
GREEN value IS 81 (32.03% from 255) = 26.05%
BLUE value IS 53 (21.09% from 255) = 17.04%
R=56.91%
G=26.05%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177815300.540.700.3113.5553.9145.1
HexB15135036461Fe362d
Octal2611216506610637166655
Binary10110001101000111010101101101000110111111110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15135; }

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

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

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

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

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

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

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

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