Html Css Color HEX #B44D33 Red Stage

📋 copy color: '#B44D33'

red 180 ◦ green 77 ◦ blue 51

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

Shades of Red Stage #B44D33

Tints of Red Stage #B44D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.56%

R = 58.44%
G = 25%
B = 16.56%

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

#B44D33 (or 0xB44D33) is known color: Red Stage. HEX triplet: B4, 4D and 33. RGB value is (180,77,51). Sum of RGB (Red+Green+Blue) = 180+77+51=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44D33 is #4BB2CC. Grayscale: #696969. Windows color (decimal): -4960973 or 3362228. OLE color: 3362228.

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

Color convert

RGB 180 77 51 -
CMYK 0 0.57 0.72 0.29
HSL 12.09º 0.56% 0.45% -
HSV(B) 12.09º 0.72% 0.71% -
XYZ 22.07 15.25 4.91 -
YUV 104.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 180 77 51 0 0.57 0.72 0.29 12.09 0.56 0.45
Hex B4 4D 33 0 39 48 1D C 38 2D
Octal 264 115 63 0 71 110 35 14 70 55
Binary 10110100 1001101 110011 0 111001 1001000 11101 1100 111000 101101

Color Harmonies of #B44D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44D33

Black with #B44D33

Text Example


Text Example

White with #B44D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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