#B44D2F

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

Shades of Red Stage #B44D2F

Tints of Red Stage #B44D2F

Color information

#B44D2F (or 0xB44D2F) is unknown color: approx Red Stage. HEX triplet: B4, 4D and 2F. RGB value is (180,77,47). Sum of RGB (Red+Green+Blue) = 180+77+47=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44D2F is #4BB2D0. Grayscale: #686868. Windows color (decimal): -4960977 or 3100084. OLE color: 3100084.

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

Color convert

RGB1807747-
CMYK00.570.740.29
HSL13.53º58.59%44.51%-
HSV(B)13.53º73.89%70.59%-
XYZ21.9915.224.47-
YUV104.3895.62181.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.21%
GREEN value IS 77 (30.47% from 255) = 25.33%
BLUE value IS 47 (18.75% from 255) = 15.46%
R=59.21%
G=25.33%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180774700.570.740.2913.5358.5944.51
HexB44D2F0394A1De3b2d
Octal2641155707111235167355
Binary10110100100110110111101110011001010111011110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44D2F; }

 p { color: rgb(180,77,47); }

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

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

 a { background-color: rgb(180,77,47); }

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

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

 span { border-color: rgb(180,77,47); }

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