Html Css Color HEX #B15031 Red Stage

📋 copy color: '#B15031'

red 177 ◦ green 80 ◦ blue 49

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

Shades of Red Stage #B15031

Tints of Red Stage #B15031

RGB

 RED value IS 177 (69.53% from 255) = 57.84%

 GREEN value IS 80 (31.64% from 255) = 26.14%

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

R = 57.84%
G = 26.14%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B15031 (or 0xB15031) is known color: Red Stage. HEX triplet: B1, 50 and 31. RGB value is (177,80,49). Sum of RGB (Red+Green+Blue) = 177+80+49=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B15031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15031 is #4EAFCE. Grayscale: #696969. Windows color (decimal): -5156815 or 3231921. OLE color: 3231921.

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

Color convert

RGB 177 80 49 -
CMYK 0 0.55 0.72 0.31
HSL 14.53º 0.57% 0.44% -
HSV(B) 14.53º 0.72% 0.69% -
XYZ 21.55 15.31 4.72 -
YUV 105.47 96.14 179.02 -
System Red Green Blue C M Y K H S L
Decimal 177 80 49 0 0.55 0.72 0.31 14.53 0.57 0.44
Hex B1 50 31 0 37 48 1F F 39 2C
Octal 261 120 61 0 67 110 37 17 71 54
Binary 10110001 1010000 110001 0 110111 1001000 11111 1111 111001 101100

Color Harmonies of #B15031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15031

Black with #B15031

Text Example


Text Example

White with #B15031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15031; }

 p { color: rgb(177,80,49); }

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

background-color css

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

 a { background-color: rgb(177,80,49); }

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

border-color css

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

 span { border-color: rgb(177,80,49); }

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