Html Css Color HEX #B44D32 Red Stage

📋 copy color: '#B44D32'

red 180 ◦ green 77 ◦ blue 50

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

Shades of Red Stage #B44D32

Tints of Red Stage #B44D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.29%

R = 58.63%
G = 25.08%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B44D32 (or 0xB44D32) is known color: Red Stage. HEX triplet: B4, 4D and 32. RGB value is (180,77,50). Sum of RGB (Red+Green+Blue) = 180+77+50=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44D32 is #4BB2CD. Grayscale: #686868. Windows color (decimal): -4960974 or 3296692. OLE color: 3296692.

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

Color convert

RGB 180 77 50 -
CMYK 0 0.57 0.72 0.29
HSL 12.46º 0.57% 0.45% -
HSV(B) 12.46º 0.72% 0.71% -
XYZ 22.05 15.24 4.8 -
YUV 104.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 180 77 50 0 0.57 0.72 0.29 12.46 0.57 0.45
Hex B4 4D 32 0 39 48 1D C 39 2D
Octal 264 115 62 0 71 110 35 14 71 55
Binary 10110100 1001101 110010 0 111001 1001000 11101 1100 111001 101101

Color Harmonies of #B44D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44D32

Black with #B44D32

Text Example


Text Example

White with #B44D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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