#B5532E

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

Shades of Red Stage #B5532E

Tints of Red Stage #B5532E

Color information

#B5532E (or 0xB5532E) is unknown color: approx Red Stage. HEX triplet: B5, 53 and 2E. RGB value is (181,83,46). Sum of RGB (Red+Green+Blue) = 181+83+46=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B5532E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5532E is #4AACD1. Grayscale: #6C6C6C. Windows color (decimal): -4893906 or 3036085. OLE color: 3036085.

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

Color convert

RGB1818346-
CMYK00.540.750.29
HSL16.44º59.47%44.51%-
HSV(B)16.44º74.59%70.98%-
XYZ22.6416.214.52-
YUV108.0892.97180.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.39%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 46 (18.36% from 255) = 14.84%
R=58.39%
G=26.77%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181834600.540.750.2916.4459.4744.51
HexB5532E0364B1D103b2d
Octal2651235606611335207355
Binary101101011010011101110011011010010111110110000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5532E; }

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

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

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

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

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

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

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

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