#B44E33

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

Shades of Red Stage #B44E33

Tints of Red Stage #B44E33

Color information

#B44E33 (or 0xB44E33) is unknown color: approx Red Stage. HEX triplet: B4, 4E and 33. RGB value is (180,78,51). Sum of RGB (Red+Green+Blue) = 180+78+51=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44E33 is #4BB1CC. Grayscale: #696969. Windows color (decimal): -4960717 or 3362484. OLE color: 3362484.

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

Color convert

RGB1807851-
CMYK00.570.720.29
HSL12.56º55.84%45.29%-
HSV(B)12.56º71.67%70.59%-
XYZ22.1415.394.94-
YUV105.4297.29181.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.25%
GREEN value IS 78 (30.86% from 255) = 25.24%
BLUE value IS 51 (20.31% from 255) = 16.50%
R=58.25%
G=25.24%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180785100.570.720.2912.5655.8445.29
HexB44E33039481Dd382d
Octal2641166307111035157055
Binary10110100100111011001101110011001000111011101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44E33; }

 p { color: rgb(180,78,51); }

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

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

 a { background-color: rgb(180,78,51); }

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

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

 span { border-color: rgb(180,78,51); }

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