#B2522D

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

Shades of Red Stage #B2522D

Tints of Red Stage #B2522D

Color information

#B2522D (or 0xB2522D) is unknown color: approx Red Stage. HEX triplet: B2, 52 and 2D. RGB value is (178,82,45). Sum of RGB (Red+Green+Blue) = 178+82+45=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B2522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2522D is #4DADD2. Grayscale: #6A6A6A. Windows color (decimal): -5090771 or 2970290. OLE color: 2970290.

HSL color Cylindrical-coordinate representation of color #B2522D: hue angle of 16.69º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2522D is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB1788245-
CMYK00.540.750.30
HSL16.69º59.64%43.73%-
HSV(B)16.69º74.72%69.8%-
XYZ21.8515.694.36-
YUV106.4993.3179.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.36%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 45 (17.97% from 255) = 14.75%
R=58.36%
G=26.89%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178824500.540.750.3016.6959.6443.73
HexB2522D0364B1E113c2c
Octal2621225506611336217454
Binary101100101010010101101011011010010111111010001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2522D; }

 p { color: rgb(178,82,45); }

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

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

 a { background-color: rgb(178,82,45); }

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

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

 span { border-color: rgb(178,82,45); }

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