#B45137

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

Shades of Red Stage #B45137

Tints of Red Stage #B45137

Color information

#B45137 (or 0xB45137) is unknown color: approx Red Stage. HEX triplet: B4, 51 and 37. RGB value is (180,81,55). Sum of RGB (Red+Green+Blue) = 180+81+55=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B45137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45137 is #4BAEC8. Grayscale: #6B6B6B. Windows color (decimal): -4959945 or 3625396. OLE color: 3625396.

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

Color convert

RGB1808155-
CMYK00.550.690.29
HSL12.48º53.19%46.08%-
HSV(B)12.48º69.44%70.59%-
XYZ22.4515.865.49-
YUV107.6498.3179.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.96%
GREEN value IS 81 (32.03% from 255) = 25.63%
BLUE value IS 55 (21.88% from 255) = 17.41%
R=56.96%
G=25.63%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180815500.550.690.2912.4853.1946.08
HexB45137037451Dc352e
Octal2641216706710535146556
Binary10110100101000111011101101111000101111011100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45137; }

 p { color: rgb(180,81,55); }

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

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

 a { background-color: rgb(180,81,55); }

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

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

 span { border-color: rgb(180,81,55); }

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