#B45336

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

Shades of Red Stage #B45336

Tints of Red Stage #B45336

Color information

#B45336 (or 0xB45336) is unknown color: approx Red Stage. HEX triplet: B4, 53 and 36. RGB value is (180,83,54). Sum of RGB (Red+Green+Blue) = 180+83+54=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B45336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45336 is #4BACC9. Grayscale: #6C6C6C. Windows color (decimal): -4959434 or 3560372. OLE color: 3560372.

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

Color convert

RGB1808354-
CMYK00.540.70.29
HSL13.81º53.85%45.88%-
HSV(B)13.81º70%70.59%-
XYZ22.5816.165.42-
YUV108.797.14178.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.78%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 54 (21.48% from 255) = 17.03%
R=56.78%
G=26.18%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180835400.540.70.2913.8153.8545.88
HexB45336036461De362e
Octal2641236606610635166656
Binary10110100101001111011001101101000110111011110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45336; }

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

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

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

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

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

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

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

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