#B44C33

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

Shades of Red Stage #B44C33

Tints of Red Stage #B44C33

Color information

#B44C33 (or 0xB44C33) is unknown color: approx Red Stage. HEX triplet: B4, 4C and 33. RGB value is (180,76,51). Sum of RGB (Red+Green+Blue) = 180+76+51=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44C33 is #4BB3CC. Grayscale: #686868. Windows color (decimal): -4961229 or 3361972. OLE color: 3361972.

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

Color convert

RGB1807651-
CMYK00.580.720.29
HSL11.63º55.84%45.29%-
HSV(B)11.63º71.67%70.59%-
XYZ2215.114.89-
YUV104.2597.96182.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.63%
GREEN value IS 76 (30.08% from 255) = 24.76%
BLUE value IS 51 (20.31% from 255) = 16.61%
R=58.63%
G=24.76%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180765100.580.720.2911.6355.8445.29
HexB44C3303A481Dc382d
Octal2641146307211035147055
Binary10110100100110011001101110101001000111011100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44C33; }

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

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

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

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

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

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

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

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