#B24C33

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

Shades of Red Stage #B24C33

Tints of Red Stage #B24C33

Color information

#B24C33 (or 0xB24C33) is unknown color: approx Red Stage. HEX triplet: B2, 4C and 33. RGB value is (178,76,51). Sum of RGB (Red+Green+Blue) = 178+76+51=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24C33 is #4DB3CC. Grayscale: #676767. Windows color (decimal): -5092301 or 3361970. OLE color: 3361970.

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

Color convert

RGB1787651-
CMYK00.570.710.30
HSL11.81º55.46%44.9%-
HSV(B)11.81º71.35%69.8%-
XYZ21.5414.874.87-
YUV103.6598.29181.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.36%
GREEN value IS 76 (30.08% from 255) = 24.92%
BLUE value IS 51 (20.31% from 255) = 16.72%
R=58.36%
G=24.92%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178765100.570.710.3011.8155.4644.9
HexB24C33039471Ec372d
Octal2621146307110736146755
Binary10110010100110011001101110011000111111101100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24C33; }

 p { color: rgb(178,76,51); }

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

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

 a { background-color: rgb(178,76,51); }

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

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

 span { border-color: rgb(178,76,51); }

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