Html Css Color HEX #B6502A Red Stage

📋 copy color: '#B6502A'

red 182 ◦ green 80 ◦ blue 42

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

Shades of Red Stage #B6502A

Tints of Red Stage #B6502A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.82%

R = 59.87%
G = 26.32%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B6502A (or 0xB6502A) is known color: Red Stage. HEX triplet: B6, 50 and 2A. RGB value is (182,80,42). Sum of RGB (Red+Green+Blue) = 182+80+42=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B6502A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6502A is #49AFD5. Grayscale: #6A6A6A. Windows color (decimal): -4829142 or 2773174. OLE color: 2773174.

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

Color convert

RGB 182 80 42 -
CMYK 0 0.56 0.77 0.29
HSL 16.29º 0.63% 0.44% -
HSV(B) 16.29º 0.77% 0.71% -
XYZ 22.58 15.85 4.06 -
YUV 106.17 91.79 182.09 -
System Red Green Blue C M Y K H S L
Decimal 182 80 42 0 0.56 0.77 0.29 16.29 0.63 0.44
Hex B6 50 2A 0 38 4D 1D 10 3E 2C
Octal 266 120 52 0 70 115 35 20 76 54
Binary 10110110 1010000 101010 0 111000 1001101 11101 10000 111110 101100

Color Harmonies of #B6502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6502A

Black with #B6502A

Text Example


Text Example

White with #B6502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6502A; }

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

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

background-color css

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

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

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

border-color css

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

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

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