#B54D2E

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

Shades of Red Stage #B54D2E

Tints of Red Stage #B54D2E

Color information

#B54D2E (or 0xB54D2E) is unknown color: approx Red Stage. HEX triplet: B5, 4D and 2E. RGB value is (181,77,46). Sum of RGB (Red+Green+Blue) = 181+77+46=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54D2E is #4AB2D1. Grayscale: #686868. Windows color (decimal): -4895442 or 3034549. OLE color: 3034549.

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

Color convert

RGB1817746-
CMYK00.570.750.29
HSL13.78º59.47%44.51%-
HSV(B)13.78º74.59%70.98%-
XYZ22.215.334.37-
YUV104.5694.96182.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.54%
GREEN value IS 77 (30.47% from 255) = 25.33%
BLUE value IS 46 (18.36% from 255) = 15.13%
R=59.54%
G=25.33%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181774600.570.750.2913.7859.4744.51
HexB54D2E0394B1De3b2d
Octal2651155607111335167355
Binary10110101100110110111001110011001011111011110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D2E; }

 p { color: rgb(181,77,46); }

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

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

 a { background-color: rgb(181,77,46); }

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

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

 span { border-color: rgb(181,77,46); }

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