Html Css Color HEX #B0522E Red Stage

📋 copy color: '#B0522E'

red 176 ◦ green 82 ◦ blue 46

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

Shades of Red Stage #B0522E

Tints of Red Stage #B0522E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.97%

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

R = 57.89%
G = 26.97%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0522E (or 0xB0522E) is known color: Red Stage. HEX triplet: B0, 52 and 2E. RGB value is (176,82,46). Sum of RGB (Red+Green+Blue) = 176+82+46=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B0522E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0522E is #4FADD1. Grayscale: #6A6A6A. Windows color (decimal): -5221842 or 3035824. OLE color: 3035824.

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

Color convert

RGB 176 82 46 -
CMYK 0 0.53 0.74 0.31
HSL 16.62º 0.59% 0.44% -
HSV(B) 16.62º 0.74% 0.69% -
XYZ 21.41 15.46 4.44 -
YUV 106 94.14 177.93 -
System Red Green Blue C M Y K H S L
Decimal 176 82 46 0 0.53 0.74 0.31 16.62 0.59 0.44
Hex B0 52 2E 0 35 4A 1F 11 3B 2C
Octal 260 122 56 0 65 112 37 21 73 54
Binary 10110000 1010010 101110 0 110101 1001010 11111 10001 111011 101100

Color Harmonies of #B0522E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0522E

Black with #B0522E

Text Example


Text Example

White with #B0522E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0522E; }

 p { color: rgb(176,82,46); }

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

background-color css

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

 a { background-color: rgb(176,82,46); }

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

border-color css

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

 span { border-color: rgb(176,82,46); }

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