#B54E33

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

Shades of Red Stage #B54E33

Tints of Red Stage #B54E33

Color information

#B54E33 (or 0xB54E33) is unknown color: approx Red Stage. HEX triplet: B5, 4E and 33. RGB value is (181,78,51). Sum of RGB (Red+Green+Blue) = 181+78+51=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54E33 is #4AB1CC. Grayscale: #696969. Windows color (decimal): -4895181 or 3362485. OLE color: 3362485.

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

Color convert

RGB1817851-
CMYK00.570.720.29
HSL12.46º56.03%45.49%-
HSV(B)12.46º71.82%70.98%-
XYZ22.3815.514.95-
YUV105.7297.12181.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.39%
GREEN value IS 78 (30.86% from 255) = 25.16%
BLUE value IS 51 (20.31% from 255) = 16.45%
R=58.39%
G=25.16%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181785100.570.720.2912.4656.0345.49
HexB54E33039481Dc382d
Octal2651166307111035147055
Binary10110101100111011001101110011001000111011100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54E33; }

 p { color: rgb(181,78,51); }

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

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

 a { background-color: rgb(181,78,51); }

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

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

 span { border-color: rgb(181,78,51); }

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