#B44C2F

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

Shades of Red Stage #B44C2F

Tints of Red Stage #B44C2F

Color information

#B44C2F (or 0xB44C2F) is unknown color: approx Red Stage. HEX triplet: B4, 4C and 2F. RGB value is (180,76,47). Sum of RGB (Red+Green+Blue) = 180+76+47=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44C2F is #4BB3D0. Grayscale: #686868. Windows color (decimal): -4961233 or 3099828. OLE color: 3099828.

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

Color convert

RGB1807647-
CMYK00.580.740.29
HSL13.08º58.59%44.51%-
HSV(B)13.08º73.89%70.59%-
XYZ21.9215.084.44-
YUV103.7995.96182.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.41%
GREEN value IS 76 (30.08% from 255) = 25.08%
BLUE value IS 47 (18.75% from 255) = 15.51%
R=59.41%
G=25.08%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180764700.580.740.2913.0858.5944.51
HexB44C2F03A4A1Dd3b2d
Octal2641145707211235157355
Binary10110100100110010111101110101001010111011101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44C2F; }

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

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

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

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

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

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

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

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