#B44C31

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

Shades of Red Stage #B44C31

Tints of Red Stage #B44C31

Color information

#B44C31 (or 0xB44C31) is unknown color: approx Red Stage. HEX triplet: B4, 4C and 31. RGB value is (180,76,49). Sum of RGB (Red+Green+Blue) = 180+76+49=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44C31 is #4BB3CE. Grayscale: #686868. Windows color (decimal): -4961231 or 3230900. OLE color: 3230900.

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

Color convert

RGB1807649-
CMYK00.580.730.29
HSL12.37º57.21%44.9%-
HSV(B)12.37º72.78%70.59%-
XYZ21.9615.094.66-
YUV104.0296.96182.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.02%
GREEN value IS 76 (30.08% from 255) = 24.92%
BLUE value IS 49 (19.53% from 255) = 16.07%
R=59.02%
G=24.92%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180764900.580.730.2912.3757.2144.9
HexB44C3103A491Dc392d
Octal2641146107211135147155
Binary10110100100110011000101110101001001111011100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44C31; }

 p { color: rgb(180,76,49); }

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

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

 a { background-color: rgb(180,76,49); }

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

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

 span { border-color: rgb(180,76,49); }

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