#B44B31

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

Shades of Red Stage #B44B31

Tints of Red Stage #B44B31

Color information

#B44B31 (or 0xB44B31) is unknown color: approx Red Stage. HEX triplet: B4, 4B and 31. RGB value is (180,75,49). Sum of RGB (Red+Green+Blue) = 180+75+49=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44B31 is #4BB4CE. Grayscale: #676767. Windows color (decimal): -4961487 or 3230644. OLE color: 3230644.

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

Color convert

RGB1807549-
CMYK00.580.730.29
HSL11.91º57.21%44.9%-
HSV(B)11.91º72.78%70.59%-
XYZ21.8914.964.64-
YUV103.4397.29182.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.21%
GREEN value IS 75 (29.69% from 255) = 24.67%
BLUE value IS 49 (19.53% from 255) = 16.12%
R=59.21%
G=24.67%
B=16.12%

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
Decimal180754900.580.730.2911.9157.2144.9
HexB44B3103A491Dc392d
Octal2641136107211135147155
Binary10110100100101111000101110101001001111011100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B31; }

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

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

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

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

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

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

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

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