#B44E35

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

Shades of Red Stage #B44E35

Tints of Red Stage #B44E35

Color information

#B44E35 (or 0xB44E35) is unknown color: approx Red Stage. HEX triplet: B4, 4E and 35. RGB value is (180,78,53). Sum of RGB (Red+Green+Blue) = 180+78+53=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44E35 is #4BB1CA. Grayscale: #696969. Windows color (decimal): -4960715 or 3493556. OLE color: 3493556.

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

Color convert

RGB1807853-
CMYK00.570.710.29
HSL11.81º54.51%45.69%-
HSV(B)11.81º70.56%70.59%-
XYZ22.1915.415.17-
YUV105.6598.29181.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.88%
GREEN value IS 78 (30.86% from 255) = 25.08%
BLUE value IS 53 (21.09% from 255) = 17.04%
R=57.88%
G=25.08%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180785300.570.710.2911.8154.5145.69
HexB44E35039471Dc372e
Octal2641166507110735146756
Binary10110100100111011010101110011000111111011100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44E35; }

 p { color: rgb(180,78,53); }

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

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

 a { background-color: rgb(180,78,53); }

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

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

 span { border-color: rgb(180,78,53); }

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