Html Css Color HEX #B05431 Red Stage

📋 copy color: '#B05431'

red 176 ◦ green 84 ◦ blue 49

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

Shades of Red Stage #B05431

Tints of Red Stage #B05431

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.18%

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

R = 56.96%
G = 27.18%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B05431 (or 0xB05431) is known color: Red Stage. HEX triplet: B0, 54 and 31. RGB value is (176,84,49). Sum of RGB (Red+Green+Blue) = 176+84+49=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B05431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05431 is #4FABCE. Grayscale: #6B6B6B. Windows color (decimal): -5221327 or 3232944. OLE color: 3232944.

HSL color Cylindrical-coordinate representation of color #B05431: hue angle of 16.54º 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 #B05431 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 84 49 -
CMYK 0 0.52 0.72 0.31
HSL 16.54º 0.56% 0.44% -
HSV(B) 16.54º 0.72% 0.69% -
XYZ 21.63 15.79 4.81 -
YUV 107.52 94.98 176.85 -
System Red Green Blue C M Y K H S L
Decimal 176 84 49 0 0.52 0.72 0.31 16.54 0.56 0.44
Hex B0 54 31 0 34 48 1F 11 38 2C
Octal 260 124 61 0 64 110 37 21 70 54
Binary 10110000 1010100 110001 0 110100 1001000 11111 10001 111000 101100

Color Harmonies of #B05431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05431

Black with #B05431

Text Example


Text Example

White with #B05431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05431; }

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

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

background-color css

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

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

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

border-color css

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

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

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