#B45434

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

Shades of Red Stage #B45434

Tints of Red Stage #B45434

Color information

#B45434 (or 0xB45434) is unknown color: approx Red Stage. HEX triplet: B4, 54 and 34. RGB value is (180,84,52). Sum of RGB (Red+Green+Blue) = 180+84+52=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B45434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45434 is #4BABCB. Grayscale: #6D6D6D. Windows color (decimal): -4959180 or 3429556. OLE color: 3429556.

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

Color convert

RGB1808452-
CMYK00.530.710.29
HSL15º55.17%45.49%-
HSV(B)15º71.11%70.59%-
XYZ22.6116.295.2-
YUV109.0695.8178.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.96%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 52 (20.70% from 255) = 16.46%
R=56.96%
G=26.58%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180845200.530.710.291555.1745.49
HexB45434035471Df372d
Octal2641246406510735176755
Binary10110100101010011010001101011000111111011111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45434; }

 p { color: rgb(180,84,52); }

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

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

 a { background-color: rgb(180,84,52); }

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

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

 span { border-color: rgb(180,84,52); }

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