Html Css Color HEX #B04E31 Red Stage

📋 copy color: '#B04E31'

red 176 ◦ green 78 ◦ blue 49

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

Shades of Red Stage #B04E31

Tints of Red Stage #B04E31

RGB

 RED value IS 176 (69.14% from 255) = 58.09%

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

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

R = 58.09%
G = 25.74%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B04E31 (or 0xB04E31) is known color: Red Stage. HEX triplet: B0, 4E and 31. RGB value is (176,78,49). Sum of RGB (Red+Green+Blue) = 176+78+49=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04E31 is #4FB1CE. Grayscale: #686868. Windows color (decimal): -5222863 or 3231408. OLE color: 3231408.

HSL color Cylindrical-coordinate representation of color #B04E31: hue angle of 13.7º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B04E31 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 78 49 -
CMYK 0 0.56 0.72 0.31
HSL 13.7º 0.56% 0.44% -
HSV(B) 13.7º 0.72% 0.69% -
XYZ 21.18 14.9 4.67 -
YUV 104 96.97 179.36 -
System Red Green Blue C M Y K H S L
Decimal 176 78 49 0 0.56 0.72 0.31 13.7 0.56 0.44
Hex B0 4E 31 0 38 48 1F E 38 2C
Octal 260 116 61 0 70 110 37 16 70 54
Binary 10110000 1001110 110001 0 111000 1001000 11111 1110 111000 101100

Color Harmonies of #B04E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04E31

Black with #B04E31

Text Example


Text Example

White with #B04E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04E31; }

 p { color: rgb(176,78,49); }

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

background-color css

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

 a { background-color: rgb(176,78,49); }

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

border-color css

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

 span { border-color: rgb(176,78,49); }

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