#B54C2D

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

Shades of Red Stage #B54C2D

Tints of Red Stage #B54C2D

Color information

#B54C2D (or 0xB54C2D) is unknown color: approx Red Stage. HEX triplet: B5, 4C and 2D. RGB value is (181,76,45). Sum of RGB (Red+Green+Blue) = 181+76+45=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54C2D is #4AB3D2. Grayscale: #686868. Windows color (decimal): -4895699 or 2968757. OLE color: 2968757.

HSL color Cylindrical-coordinate representation of color #B54C2D: hue angle of 13.68º 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 #B54C2D is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB1817645-
CMYK00.580.750.29
HSL13.68º60.18%44.31%-
HSV(B)13.68º75.14%70.98%-
XYZ22.1115.184.25-
YUV103.8694.79183.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.93%
GREEN value IS 76 (30.08% from 255) = 25.17%
BLUE value IS 45 (17.97% from 255) = 14.90%
R=59.93%
G=25.17%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181764500.580.750.2913.6860.1844.31
HexB54C2D03A4B1De3c2c
Octal2651145507211335167454
Binary10110101100110010110101110101001011111011110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54C2D; }

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

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

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

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

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

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

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

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