Html Css Color HEX #B44E2B Red Stage

📋 copy color: '#B44E2B'

red 180 ◦ green 78 ◦ blue 43

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

Shades of Red Stage #B44E2B

Tints of Red Stage #B44E2B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.91%

 BLUE value IS 43 (17.19% from 255) = 14.29%

R = 59.8%
G = 25.91%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B44E2B (or 0xB44E2B) is known color: Red Stage. HEX triplet: B4, 4E and 2B. RGB value is (180,78,43). Sum of RGB (Red+Green+Blue) = 180+78+43=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44E2B is #4BB1D4. Grayscale: #686868. Windows color (decimal): -4960725 or 2838196. OLE color: 2838196.

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

Color convert

RGB 180 78 43 -
CMYK 0 0.57 0.76 0.29
HSL 15.33º 0.61% 0.44% -
HSV(B) 15.33º 0.76% 0.71% -
XYZ 21.98 15.33 4.09 -
YUV 104.51 93.29 181.85 -
System Red Green Blue C M Y K H S L
Decimal 180 78 43 0 0.57 0.76 0.29 15.33 0.61 0.44
Hex B4 4E 2B 0 39 4C 1D F 3D 2C
Octal 264 116 53 0 71 114 35 17 75 54
Binary 10110100 1001110 101011 0 111001 1001100 11101 1111 111101 101100

Color Harmonies of #B44E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44E2B

Black with #B44E2B

Text Example


Text Example

White with #B44E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44E2B; }

 p { color: rgb(180,78,43); }

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

background-color css

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

 a { background-color: rgb(180,78,43); }

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

border-color css

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

 span { border-color: rgb(180,78,43); }

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