Html Css Color HEX #B1502E Red Stage

📋 copy color: '#B1502E'

red 177 ◦ green 80 ◦ blue 46

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

Shades of Red Stage #B1502E

Tints of Red Stage #B1502E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.18%

R = 58.42%
G = 26.4%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B1502E (or 0xB1502E) is known color: Red Stage. HEX triplet: B1, 50 and 2E. RGB value is (177,80,46). Sum of RGB (Red+Green+Blue) = 177+80+46=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B1502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1502E is #4EAFD1. Grayscale: #696969. Windows color (decimal): -5156818 or 3035313. OLE color: 3035313.

HSL color Cylindrical-coordinate representation of color #B1502E: hue angle of 15.57º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B1502E is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 80 46 -
CMYK 0 0.55 0.74 0.31
HSL 15.57º 0.59% 0.44% -
HSV(B) 15.57º 0.74% 0.69% -
XYZ 21.49 15.28 4.4 -
YUV 105.13 94.64 179.26 -
System Red Green Blue C M Y K H S L
Decimal 177 80 46 0 0.55 0.74 0.31 15.57 0.59 0.44
Hex B1 50 2E 0 37 4A 1F 10 3B 2C
Octal 261 120 56 0 67 112 37 20 73 54
Binary 10110001 1010000 101110 0 110111 1001010 11111 10000 111011 101100

Color Harmonies of #B1502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1502E

Black with #B1502E

Text Example


Text Example

White with #B1502E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1502E; }

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

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

background-color css

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

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

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

border-color css

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

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

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