Html Css Color HEX #B2522E Red Stage

📋 copy color: '#B2522E'

red 178 ◦ green 82 ◦ blue 46

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

Shades of Red Stage #B2522E

Tints of Red Stage #B2522E

RGB

 RED value IS 178 (69.92% from 255) = 58.17%

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

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

R = 58.17%
G = 26.8%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2522E (or 0xB2522E) is known color: Red Stage. HEX triplet: B2, 52 and 2E. RGB value is (178,82,46). Sum of RGB (Red+Green+Blue) = 178+82+46=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B2522E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2522E is #4DADD1. Grayscale: #6A6A6A. Windows color (decimal): -5090770 or 3035826. OLE color: 3035826.

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

Color convert

RGB 178 82 46 -
CMYK 0 0.54 0.74 0.30
HSL 16.36º 0.59% 0.44% -
HSV(B) 16.36º 0.74% 0.7% -
XYZ 21.87 15.7 4.46 -
YUV 106.6 93.8 178.93 -
System Red Green Blue C M Y K H S L
Decimal 178 82 46 0 0.54 0.74 0.30 16.36 0.59 0.44
Hex B2 52 2E 0 36 4A 1E 10 3B 2C
Octal 262 122 56 0 66 112 36 20 73 54
Binary 10110010 1010010 101110 0 110110 1001010 11110 10000 111011 101100

Color Harmonies of #B2522E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2522E

Black with #B2522E

Text Example


Text Example

White with #B2522E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2522E; }

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

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

background-color css

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

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

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

border-color css

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

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

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