#B4532F

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

Shades of Red Stage #B4532F

Tints of Red Stage #B4532F

Color information

#B4532F (or 0xB4532F) is unknown color: approx Red Stage. HEX triplet: B4, 53 and 2F. RGB value is (180,83,47). Sum of RGB (Red+Green+Blue) = 180+83+47=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B4532F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4532F is #4BACD0. Grayscale: #6C6C6C. Windows color (decimal): -4959441 or 3101620. OLE color: 3101620.

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

Color convert

RGB1808347-
CMYK00.540.740.29
HSL16.24º58.59%44.51%-
HSV(B)16.24º73.89%70.59%-
XYZ22.4316.14.61-
YUV107.993.64179.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.06%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 47 (18.75% from 255) = 15.16%
R=58.06%
G=26.77%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180834700.540.740.2916.2458.5944.51
HexB4532F0364A1D103b2d
Octal2641235706611235207355
Binary101101001010011101111011011010010101110110000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4532F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4532F; }

 p { color: rgb(180,83,47); }

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

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

 a { background-color: rgb(180,83,47); }

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

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

 span { border-color: rgb(180,83,47); }

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