Html Css Color HEX #B6502D Red Stage

📋 copy color: '#B6502D'

red 182 ◦ green 80 ◦ blue 45

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

Shades of Red Stage #B6502D

Tints of Red Stage #B6502D

RGB

 RED value IS 182 (71.48% from 255) = 59.28%

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

 BLUE value IS 45 (17.97% from 255) = 14.66%

R = 59.28%
G = 26.06%
B = 14.66%

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

#B6502D (or 0xB6502D) is known color: Red Stage. HEX triplet: B6, 50 and 2D. RGB value is (182,80,45). Sum of RGB (Red+Green+Blue) = 182+80+45=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B6502D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6502D is #49AFD2. Grayscale: #6A6A6A. Windows color (decimal): -4829139 or 2969782. OLE color: 2969782.

HSL color Cylindrical-coordinate representation of color #B6502D: hue angle of 15.33º degrees, saturation: 0.6, 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 #B6502D is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 80 45 -
CMYK 0 0.56 0.75 0.29
HSL 15.33º 0.6% 0.45% -
HSV(B) 15.33º 0.75% 0.71% -
XYZ 22.63 15.87 4.35 -
YUV 106.51 93.29 181.85 -
System Red Green Blue C M Y K H S L
Decimal 182 80 45 0 0.56 0.75 0.29 15.33 0.6 0.45
Hex B6 50 2D 0 38 4B 1D F 3C 2D
Octal 266 120 55 0 70 113 35 17 74 55
Binary 10110110 1010000 101101 0 111000 1001011 11101 1111 111100 101101

Color Harmonies of #B6502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6502D

Black with #B6502D

Text Example


Text Example

White with #B6502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6502D; }

 p { color: rgb(182,80,45); }

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

background-color css

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

 a { background-color: rgb(182,80,45); }

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

border-color css

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

 span { border-color: rgb(182,80,45); }

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