#b44f2e

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

Shades of Red Stage #B44F2E

Tints of Red Stage #B44F2E

Color information

#B44F2E (or 0xB44F2E) is unknown color: approx Red Stage. HEX triplet: B4, 4F and 2E. RGB value is (180,79,46). Sum of RGB (Red+Green+Blue) = 180+79+46=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44F2E is #4BB0D1. Grayscale: #696969. Windows color (decimal): -4960466 or 3035060. OLE color: 3035060.

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

Color convert

RGB1807946-
CMYK00.560.740.29
HSL14.78º59.29%44.31%-
HSV(B)14.78º74.44%70.59%-
XYZ22.1115.494.41-
YUV105.4494.46181.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.02%
GREEN value IS 79 (31.25% from 255) = 25.90%
BLUE value IS 46 (18.36% from 255) = 15.08%
R=59.02%
G=25.90%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180794600.560.740.2914.7859.2944.31
HexB44F2E0384A1Df3b2c
Octal2641175607011235177354
Binary10110100100111110111001110001001010111011111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b44f2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b44f2e; }

 p { color: rgb(180,79,46); }

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

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

 a { background-color: rgb(180,79,46); }

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

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

 span { border-color: rgb(180,79,46); }

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