Html Css Color HEX #B44C31 Red Stage

📋 copy color: '#B44C31'

red 180 ◦ green 76 ◦ blue 49

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

Shades of Red Stage #B44C31

Tints of Red Stage #B44C31

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.92%

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

R = 59.02%
G = 24.92%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B44C31 (or 0xB44C31) is known color: Red Stage. HEX triplet: B4, 4C and 31. RGB value is (180,76,49). Sum of RGB (Red+Green+Blue) = 180+76+49=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44C31 is #4BB3CE. Grayscale: #686868. Windows color (decimal): -4961231 or 3230900. OLE color: 3230900.

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

Color convert

RGB 180 76 49 -
CMYK 0 0.58 0.73 0.29
HSL 12.37º 0.57% 0.45% -
HSV(B) 12.37º 0.73% 0.71% -
XYZ 21.96 15.09 4.66 -
YUV 104.02 96.96 182.2 -
System Red Green Blue C M Y K H S L
Decimal 180 76 49 0 0.58 0.73 0.29 12.37 0.57 0.45
Hex B4 4C 31 0 3A 49 1D C 39 2D
Octal 264 114 61 0 72 111 35 14 71 55
Binary 10110100 1001100 110001 0 111010 1001001 11101 1100 111001 101101

Color Harmonies of #B44C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44C31

Black with #B44C31

Text Example


Text Example

White with #B44C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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