Html Css Color HEX #B44D31 Red Stage

📋 copy color: '#B44D31'

red 180 ◦ green 77 ◦ blue 49

#B44D31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Stage #B44D31

Tints of Red Stage #B44D31

RGB

 RED value IS 180 (70.7% from 255) = 58.82%

 GREEN value IS 77 (30.47% from 255) = 25.16%

 BLUE value IS 49 (19.53% from 255) = 16.01%

R = 58.82%
G = 25.16%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B44D31 (or 0xB44D31) is known color: Red Stage. HEX triplet: B4, 4D and 31. RGB value is (180,77,49). Sum of RGB (Red+Green+Blue) = 180+77+49=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44D31 is #4BB2CE. Grayscale: #686868. Windows color (decimal): -4960975 or 3231156. OLE color: 3231156.

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

Color convert

RGB 180 77 49 -
CMYK 0 0.57 0.73 0.29
HSL 12.82º 0.57% 0.45% -
HSV(B) 12.82º 0.73% 0.71% -
XYZ 22.03 15.23 4.68 -
YUV 104.61 96.62 181.78 -
System Red Green Blue C M Y K H S L
Decimal 180 77 49 0 0.57 0.73 0.29 12.82 0.57 0.45
Hex B4 4D 31 0 39 49 1D D 39 2D
Octal 264 115 61 0 71 111 35 15 71 55
Binary 10110100 1001101 110001 0 111001 1001001 11101 1101 111001 101101

Color Harmonies of #B44D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44D31

Black with #B44D31

Text Example


Text Example

White with #B44D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44D31; }

 p { color: rgb(180,77,49); }

 H1.HeaderClassName
 {
   color: #B44D31;
 }
 .AnyTagClassName
 {
   color: #B44D31;
 }
</style>

background-color css

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

 a { background-color: rgb(180,77,49); }

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

border-color css

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

 span { border-color: rgb(180,77,49); }

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