#B24B32

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

Shades of Red Stage #B24B32

Tints of Red Stage #B24B32

Color information

#B24B32 (or 0xB24B32) is unknown color: approx Red Stage. HEX triplet: B2, 4B and 32. RGB value is (178,75,50). Sum of RGB (Red+Green+Blue) = 178+75+50=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24B32 is #4DB4CD. Grayscale: #676767. Windows color (decimal): -5092558 or 3296178. OLE color: 3296178.

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

Color convert

RGB1787550-
CMYK00.580.720.30
HSL11.72º56.14%44.71%-
HSV(B)11.72º71.91%69.8%-
XYZ21.4514.734.73-
YUV102.9598.12181.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.75%
GREEN value IS 75 (29.69% from 255) = 24.75%
BLUE value IS 50 (19.92% from 255) = 16.50%
R=58.75%
G=24.75%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178755000.580.720.3011.7256.1444.71
HexB24B3203A481Ec382d
Octal2621136207211036147055
Binary10110010100101111001001110101001000111101100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24B32; }

 p { color: rgb(178,75,50); }

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

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

 a { background-color: rgb(178,75,50); }

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

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

 span { border-color: rgb(178,75,50); }

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