Html Css Color HEX #B44D2D Red Stage

📋 copy color: '#B44D2D'

red 180 ◦ green 77 ◦ blue 45

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

Shades of Red Stage #B44D2D

Tints of Red Stage #B44D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.9%

R = 59.6%
G = 25.5%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B44D2D (or 0xB44D2D) is known color: Red Stage. HEX triplet: B4, 4D and 2D. RGB value is (180,77,45). Sum of RGB (Red+Green+Blue) = 180+77+45=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44D2D is #4BB2D2. Grayscale: #686868. Windows color (decimal): -4960979 or 2969012. OLE color: 2969012.

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

Color convert

RGB 180 77 45 -
CMYK 0 0.57 0.75 0.29
HSL 14.22º 0.6% 0.44% -
HSV(B) 14.22º 0.75% 0.71% -
XYZ 21.95 15.2 4.26 -
YUV 104.15 94.62 182.1 -
System Red Green Blue C M Y K H S L
Decimal 180 77 45 0 0.57 0.75 0.29 14.22 0.6 0.44
Hex B4 4D 2D 0 39 4B 1D E 3C 2C
Octal 264 115 55 0 71 113 35 16 74 54
Binary 10110100 1001101 101101 0 111001 1001011 11101 1110 111100 101100

Color Harmonies of #B44D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44D2D

Black with #B44D2D

Text Example


Text Example

White with #B44D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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