Html Css Color HEX #B0522B Red Stage

📋 copy color: '#B0522B'

red 176 ◦ green 82 ◦ blue 43

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

Shades of Red Stage #B0522B

Tints of Red Stage #B0522B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.29%

R = 58.47%
G = 27.24%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0522B (or 0xB0522B) is known color: Red Stage. HEX triplet: B0, 52 and 2B. RGB value is (176,82,43). Sum of RGB (Red+Green+Blue) = 176+82+43=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B0522B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0522B is #4FADD4. Grayscale: #696969. Windows color (decimal): -5221845 or 2839216. OLE color: 2839216.

HSL color Cylindrical-coordinate representation of color #B0522B: hue angle of 17.59º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0522B is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 82 43 -
CMYK 0 0.53 0.76 0.31
HSL 17.59º 0.61% 0.43% -
HSV(B) 17.59º 0.76% 0.69% -
XYZ 21.36 15.44 4.14 -
YUV 105.66 92.64 178.17 -
System Red Green Blue C M Y K H S L
Decimal 176 82 43 0 0.53 0.76 0.31 17.59 0.61 0.43
Hex B0 52 2B 0 35 4C 1F 12 3D 2B
Octal 260 122 53 0 65 114 37 22 75 53
Binary 10110000 1010010 101011 0 110101 1001100 11111 10010 111101 101011

Color Harmonies of #B0522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0522B

Black with #B0522B

Text Example


Text Example

White with #B0522B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0522B; }

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

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

background-color css

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

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

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

border-color css

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

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

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