#b5502e

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

Shades of Red Stage #B5502E

Tints of Red Stage #B5502E

Color information

#B5502E (or 0xB5502E) is unknown color: approx Red Stage. HEX triplet: B5, 50 and 2E. RGB value is (181,80,46). Sum of RGB (Red+Green+Blue) = 181+80+46=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B5502E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5502E is #4AAFD1. Grayscale: #6A6A6A. Windows color (decimal): -4894674 or 3035317. OLE color: 3035317.

HSL color Cylindrical-coordinate representation of color #B5502E: hue angle of 15.11º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5502E is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB1818046-
CMYK00.560.750.29
HSL15.11º59.47%44.51%-
HSV(B)15.11º74.59%70.98%-
XYZ22.4215.764.44-
YUV106.3293.96181.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.96%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 46 (18.36% from 255) = 14.98%
R=58.96%
G=26.06%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181804600.560.750.2915.1159.4744.51
HexB5502E0384B1Df3b2d
Octal2651205607011335177355
Binary10110101101000010111001110001001011111011111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5502e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5502e; }

 p { color: rgb(181,80,46); }

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

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

 a { background-color: rgb(181,80,46); }

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

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

 span { border-color: rgb(181,80,46); }

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