Html Css Color HEX #B54D31 Red Stage

📋 copy color: '#B54D31'

red 181 ◦ green 77 ◦ blue 49

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

Shades of Red Stage #B54D31

Tints of Red Stage #B54D31

RGB

 RED value IS 181 (71.09% from 255) = 58.96%

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

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

R = 58.96%
G = 25.08%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B54D31 (or 0xB54D31) is known color: Red Stage. HEX triplet: B5, 4D and 31. RGB value is (181,77,49). Sum of RGB (Red+Green+Blue) = 181+77+49=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54D31 is #4AB2CE. Grayscale: #696969. Windows color (decimal): -4895439 or 3231157. OLE color: 3231157.

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

Color convert

RGB 181 77 49 -
CMYK 0 0.57 0.73 0.29
HSL 12.73º 0.57% 0.45% -
HSV(B) 12.73º 0.73% 0.71% -
XYZ 22.26 15.35 4.7 -
YUV 104.9 96.46 182.28 -
System Red Green Blue C M Y K H S L
Decimal 181 77 49 0 0.57 0.73 0.29 12.73 0.57 0.45
Hex B5 4D 31 0 39 49 1D D 39 2D
Octal 265 115 61 0 71 111 35 15 71 55
Binary 10110101 1001101 110001 0 111001 1001001 11101 1101 111001 101101

Color Harmonies of #B54D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54D31

Black with #B54D31

Text Example


Text Example

White with #B54D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54D31; }

 p { color: rgb(181,77,49); }

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

background-color css

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

 a { background-color: rgb(181,77,49); }

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

border-color css

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

 span { border-color: rgb(181,77,49); }

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