Html Css Color HEX #B5502E Red Stage

📋 copy color: '#B5502E'

red 181 ◦ green 80 ◦ blue 46

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

Shades of Red Stage #B5502E

Tints of Red Stage #B5502E

RGB

 RED value IS 181 (71.09% from 255) = 58.96%

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

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

R = 58.96%
G = 26.06%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5502E (or 0xB5502E) is known color: Red Stage. HEX triplet: B5, 50 and 2E. RGB value is (181,80,46). Sum of RGB (Red+Green+Blue) = 181+80+46=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B5502E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5502E is #4AAFD1. Grayscale: #6A6A6A. Windows color (decimal): -4894674 or 3035317. OLE color: 3035317.

HSL color Cylindrical-coordinate representation of color #B5502E: hue angle of 15.11º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5502E is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 80 46 -
CMYK 0 0.56 0.75 0.29
HSL 15.11º 0.59% 0.45% -
HSV(B) 15.11º 0.75% 0.71% -
XYZ 22.42 15.76 4.44 -
YUV 106.32 93.96 181.26 -
System Red Green Blue C M Y K H S L
Decimal 181 80 46 0 0.56 0.75 0.29 15.11 0.59 0.45
Hex B5 50 2E 0 38 4B 1D F 3B 2D
Octal 265 120 56 0 70 113 35 17 73 55
Binary 10110101 1010000 101110 0 111000 1001011 11101 1111 111011 101101

Color Harmonies of #B5502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5502E

Black with #B5502E

Text Example


Text Example

White with #B5502E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5502E; }

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

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

background-color css

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

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

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

border-color css

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

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

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