#B24C30

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

Shades of Red Stage #B24C30

Tints of Red Stage #B24C30

Color information

#B24C30 (or 0xB24C30) is unknown color: approx Red Stage. HEX triplet: B2, 4C and 30. RGB value is (178,76,48). Sum of RGB (Red+Green+Blue) = 178+76+48=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24C30 is #4DB3CF. Grayscale: #676767. Windows color (decimal): -5092304 or 3165362. OLE color: 3165362.

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

Color convert

RGB1787648-
CMYK00.570.730.30
HSL12.92º57.52%44.31%-
HSV(B)12.92º73.03%69.8%-
XYZ21.4814.854.53-
YUV103.3196.79181.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.94%
GREEN value IS 76 (30.08% from 255) = 25.17%
BLUE value IS 48 (19.14% from 255) = 15.89%
R=58.94%
G=25.17%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178764800.570.730.3012.9257.5244.31
HexB24C30039491Ed3a2c
Octal2621146007111136157254
Binary10110010100110011000001110011001001111101101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24C30; }

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

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

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

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

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

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

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

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