#B7522C

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

Shades of Red Stage #B7522C

Tints of Red Stage #B7522C

Color information

#B7522C (or 0xB7522C) is unknown color: approx Red Stage. HEX triplet: B7, 52 and 2C. RGB value is (183,82,44). Sum of RGB (Red+Green+Blue) = 183+82+44=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B7522C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7522C is #48ADD3. Grayscale: #6C6C6C. Windows color (decimal): -4763092 or 2904759. OLE color: 2904759.

HSL color Cylindrical-coordinate representation of color #B7522C: hue angle of 16.4º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7522C is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB1838244-
CMYK00.550.760.28
HSL16.4º61.23%44.51%-
HSV(B)16.4º75.96%71.76%-
XYZ2316.284.31-
YUV107.8791.96181.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.22%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 44 (17.58% from 255) = 14.24%
R=59.22%
G=26.54%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183824400.550.760.2816.461.2344.51
HexB7522C0374C1C103d2d
Octal2671225406711434207555
Binary101101111010010101100011011110011001110010000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7522C; }

 p { color: rgb(183,82,44); }

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

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

 a { background-color: rgb(183,82,44); }

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

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

 span { border-color: rgb(183,82,44); }

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