Html Css Color HEX #B85131 Red Stage

📋 copy color: '#B85131'

red 184 ◦ green 81 ◦ blue 49

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

Shades of Red Stage #B85131

Tints of Red Stage #B85131

RGB

 RED value IS 184 (72.27% from 255) = 58.6%

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

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

R = 58.6%
G = 25.8%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B85131 (or 0xB85131) is known color: Red Stage. HEX triplet: B8, 51 and 31. RGB value is (184,81,49). Sum of RGB (Red+Green+Blue) = 184+81+49=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B85131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85131 is #47AECE. Grayscale: #6C6C6C. Windows color (decimal): -4697807 or 3232184. OLE color: 3232184.

HSL color Cylindrical-coordinate representation of color #B85131: hue angle of 14.22º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B85131 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 81 49 -
CMYK 0 0.56 0.73 0.28
HSL 14.22º 0.58% 0.46% -
HSV(B) 14.22º 0.73% 0.72% -
XYZ 23.26 16.3 4.83 -
YUV 108.15 94.62 182.1 -
System Red Green Blue C M Y K H S L
Decimal 184 81 49 0 0.56 0.73 0.28 14.22 0.58 0.46
Hex B8 51 31 0 38 49 1C E 3A 2E
Octal 270 121 61 0 70 111 34 16 72 56
Binary 10111000 1010001 110001 0 111000 1001001 11100 1110 111010 101110

Color Harmonies of #B85131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85131

Black with #B85131

Text Example


Text Example

White with #B85131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85131; }

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

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

background-color css

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

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

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

border-color css

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

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

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