#B44A31

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

Shades of Red Stage #B44A31

Tints of Red Stage #B44A31

Color information

#B44A31 (or 0xB44A31) is unknown color: approx Red Stage. HEX triplet: B4, 4A and 31. RGB value is (180,74,49). Sum of RGB (Red+Green+Blue) = 180+74+49=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44A31 is #4BB5CE. Grayscale: #676767. Windows color (decimal): -4961743 or 3230388. OLE color: 3230388.

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

Color convert

RGB1807449-
CMYK00.590.730.29
HSL11.45º57.21%44.9%-
HSV(B)11.45º72.78%70.59%-
XYZ21.8314.824.62-
YUV102.8497.62183.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.41%
GREEN value IS 74 (29.30% from 255) = 24.42%
BLUE value IS 49 (19.53% from 255) = 16.17%
R=59.41%
G=24.42%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180744900.590.730.2911.4557.2144.9
HexB44A3103B491Db392d
Octal2641126107311135137155
Binary10110100100101011000101110111001001111011011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44A31; }

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

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

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

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

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

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

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

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