#B54D2D

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

Shades of Red Stage #B54D2D

Tints of Red Stage #B54D2D

Color information

#B54D2D (or 0xB54D2D) is unknown color: approx Red Stage. HEX triplet: B5, 4D and 2D. RGB value is (181,77,45). Sum of RGB (Red+Green+Blue) = 181+77+45=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54D2D is #4AB2D2. Grayscale: #686868. Windows color (decimal): -4895443 or 2969013. OLE color: 2969013.

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

Color convert

RGB1817745-
CMYK00.570.750.29
HSL14.12º60.18%44.31%-
HSV(B)14.12º75.14%70.98%-
XYZ22.1815.324.27-
YUV104.4594.46182.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.74%
GREEN value IS 77 (30.47% from 255) = 25.41%
BLUE value IS 45 (17.97% from 255) = 14.85%
R=59.74%
G=25.41%
B=14.85%

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
Decimal181774500.570.750.2914.1260.1844.31
HexB54D2D0394B1De3c2c
Octal2651155507111335167454
Binary10110101100110110110101110011001011111011110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D2D; }

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

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

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

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

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

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

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

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