Html Css Color HEX #B05131 Red Stage

📋 copy color: '#B05131'

red 176 ◦ green 81 ◦ blue 49

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

Shades of Red Stage #B05131

Tints of Red Stage #B05131

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.47%

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

R = 57.52%
G = 26.47%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B05131 (or 0xB05131) is known color: Red Stage. HEX triplet: B0, 51 and 31. RGB value is (176,81,49). Sum of RGB (Red+Green+Blue) = 176+81+49=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B05131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05131 is #4FAECE. Grayscale: #696969. Windows color (decimal): -5222095 or 3232176. OLE color: 3232176.

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

Color convert

RGB 176 81 49 -
CMYK 0 0.54 0.72 0.31
HSL 15.12º 0.56% 0.44% -
HSV(B) 15.12º 0.72% 0.69% -
XYZ 21.4 15.34 4.74 -
YUV 105.76 95.97 178.1 -
System Red Green Blue C M Y K H S L
Decimal 176 81 49 0 0.54 0.72 0.31 15.12 0.56 0.44
Hex B0 51 31 0 36 48 1F F 38 2C
Octal 260 121 61 0 66 110 37 17 70 54
Binary 10110000 1010001 110001 0 110110 1001000 11111 1111 111000 101100

Color Harmonies of #B05131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05131

Black with #B05131

Text Example


Text Example

White with #B05131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05131; }

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

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

background-color css

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

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

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

border-color css

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

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

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