#B44B2E

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

Shades of Red Stage #B44B2E

Tints of Red Stage #B44B2E

Color information

#B44B2E (or 0xB44B2E) is unknown color: approx Red Stage. HEX triplet: B4, 4B and 2E. RGB value is (180,75,46). Sum of RGB (Red+Green+Blue) = 180+75+46=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44B2E is #4BB4D1. Grayscale: #676767. Windows color (decimal): -4961490 or 3034036. OLE color: 3034036.

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

Color convert

RGB1807546-
CMYK00.580.740.29
HSL12.99º59.29%44.31%-
HSV(B)12.99º74.44%70.59%-
XYZ21.8314.934.32-
YUV103.0995.79182.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.80%
GREEN value IS 75 (29.69% from 255) = 24.92%
BLUE value IS 46 (18.36% from 255) = 15.28%
R=59.80%
G=24.92%
B=15.28%

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
Decimal180754600.580.740.2912.9959.2944.31
HexB44B2E03A4A1Dd3b2c
Octal2641135607211235157354
Binary10110100100101110111001110101001010111011101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B2E; }

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

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

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

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

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

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

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

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